Home
last modified time | relevance | path

Searched refs:gThreadList (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread.c76 static pthread_internal_t* gThreadList = NULL; variable
126 thread->pref = &gThreadList; in _pthread_internal_add()
598 for (thread = gThreadList; thread != NULL; thread = thread->next) in pthread_join()
646 for (thread = gThreadList; thread != NULL; thread = thread->next) in pthread_detach()
1410 for ( thr = gThreadList; thr != NULL; thr = thr->next ) { in pthread_key_delete()