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 369 pthread_t pthread_; member in struct:art::JDWP::JdwpState
  /art/dex2oat/
dex2oat.cc 513 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
523 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason);
601 pthread_t pthread_; member in class:art::WatchDog
    [all...]

Completed in 92 milliseconds