Searched defs:g_thread_list (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_internal.cpp42 static pthread_internal_t* g_thread_list = nullptr; variable
67 thread->next = g_thread_list;
72 g_thread_list = thread;
85 g_thread_list = thread->next;
111 for (pthread_internal_t* t = g_thread_list; t != nullptr; t = t->next) {

Completed in 34 milliseconds