Searched refs:gThreadList (Results 1 – 1 of 1) sorted by relevance
76 static pthread_internal_t* gThreadList = NULL; variable126 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()