Home | Sort by relevance Sort by last modified time |
/art/runtime/ | |
thread_pool.h | 57 pthread_t pthread_; member in class:art::ThreadPoolWorker |
/art/runtime/jdwp/ | |
jdwp.h | 338 pthread_t pthread_; member in struct:art::JDWP::JdwpState |
/art/dex2oat/ | |
dex2oat.cc | 613 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason); 626 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason); 716 pthread_t pthread_; member in class:art::WatchDog [all...] |