Searched refs:__allocate_thread (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_create.cpp192 static int __allocate_thread(pthread_attr_t* attr, pthread_internal_t** threadp, void** child_stack) { function
283 int result = __allocate_thread(&thread_attr, &thread, &child_stack);

Completed in 131 milliseconds