HomeSort by relevance Sort by last modified time
    Searched defs:pthread_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread_pool.h 75 pthread_t pthread_; member in class:art::ThreadPoolWorker
  /art/runtime/jdwp/
jdwp.h 365 pthread_t pthread_; member in struct:art::JDWP::JdwpState
  /art/dex2oat/
dex2oat.cc 476 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
486 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason);
567 pthread_t pthread_; member in class:art::WatchDog
    [all...]

Completed in 521 milliseconds