Searched refs:__allocate_thread (Results 1 – 1 of 1) sorted by relevance
246 static int __allocate_thread(pthread_attr_t* attr, bionic_tcb** tcbp, void** child_stack) { in __allocate_thread() function377 int result = __allocate_thread(&thread_attr, &tcb, &child_stack); in pthread_create()