Searched defs:pthread_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread_pool.h56 pthread_t pthread_; member in class:art::ThreadPoolWorker
/art/runtime/jdwp/
H A Djdwp.h302 pthread_t pthread_; member in struct:art::JDWP::JdwpState
/art/dex2oat/
H A Ddex2oat.cc459 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
472 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, NULL), reason);
556 pthread_t pthread_; member in class:art::WatchDog

Completed in 983 milliseconds