Searched refs:g_thread_list (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dpthread_internal.cpp41 static pthread_internal_t* g_thread_list = NULL; variable
48 thread->next = g_thread_list;
53 g_thread_list = thread;
66 g_thread_list = thread->next;
92 for (pthread_internal_t* t = g_thread_list; t != NULL; t = t->next) {

Completed in 29 milliseconds