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

/bionic/libc/bionic/
H A Dlibc_init_common.c79 _init_thread(&thread, gettid(), &thread_attr, (void*)stackbottom);
H A Dpthread_internal.h49 extern void _init_thread(pthread_internal_t * thread, pid_t kernel_id, pthread_attr_t * attr, void * stack_base);
H A Dpthread.c221 void _init_thread(pthread_internal_t * thread, pid_t kernel_id, pthread_attr_t * attr, void * stack_base) function
371 _init_thread(thread, tid, (pthread_attr_t*)attr, stack);

Completed in 73 milliseconds