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

  /art/runtime/
thread-current-inl.h 39 void* thread = pthread_getspecific(Thread::pthread_key_self_);
thread.cc 114 pthread_key_t Thread::pthread_key_self_; member in class:art::Thread
751 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, this), "attach self");
    [all...]
thread.h 1436 static pthread_key_t pthread_key_self_; member in class:art::Thread
    [all...]
thread_list.cc     [all...]

Completed in 765 milliseconds