Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c95 static pthread_internal_t* gThreadList = NULL; variable
145 thread->pref = &gThreadList; in _pthread_internal_add()
617 for (thread = gThreadList; thread != NULL; thread = thread->next) in pthread_join()
664 for (thread = gThreadList; thread != NULL; thread = thread->next) in pthread_detach()
1693 for ( thr = gThreadList; thr != NULL; thr = thr->next ) { in pthread_key_delete()