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