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

  /art/runtime/
thread.cc 75 pthread_key_t Thread::pthread_key_self_; member in class:art::Thread
305 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, this), "attach self");
    [all...]
thread.h 113 void* thread = pthread_getspecific(Thread::pthread_key_self_);
654 static pthread_key_t pthread_key_self_; variable
thread_list.cc 551 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, NULL), "detach self");
  /art/runtime/native/
dalvik_system_Zygote.cc 418 // Grab thread before fork potentially makes Thread::pthread_key_self_ unusable.

Completed in 311 milliseconds