HomeSort by relevance Sort by last modified time
    Searched refs:_init_thread (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pthread_create.cpp 97 int _init_thread(pthread_internal_t* thread, bool add_to_thread_list) { function
214 int init_errno = _init_thread(thread, true);
libc_init_common.cpp 89 _init_thread(&thread, false);
pthread_internal.h 58 int _init_thread(pthread_internal_t* thread, bool add_to_thread_list);

Completed in 54 milliseconds