HomeSort by relevance Sort by last modified time
    Searched refs:gThreadList (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
pthread_internals.cpp 34 __LIBC_HIDDEN__ pthread_internal_t* gThreadList = NULL;
44 gThreadList = thread->next;
58 thread->next = gThreadList;
63 gThreadList = thread;
pthread_accessor.h 28 for (thread_ = gThreadList; thread_ != NULL; thread_ = thread_->next) {
pthread_internal.h 69 __LIBC_HIDDEN__ extern pthread_internal_t* gThreadList;
pthread_key.cpp 214 for (pthread_internal_t* t = gThreadList; t != NULL; t = t->next) {

Completed in 617 milliseconds