OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__init_thread
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
pthread_internal.h
97
__LIBC_HIDDEN__ int
__init_thread
(pthread_internal_t* thread, bool add_to_thread_list);
libc_init_common.cpp
96
__init_thread
(&main_thread, false);
pthread_create.cpp
78
int
__init_thread
(pthread_internal_t* thread, bool add_to_thread_list) {
function
238
int init_errno =
__init_thread
(thread, true);
Completed in 447 milliseconds