Home
last modified time | relevance | path

Searched refs:IsDaemon (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc127 JDWP::Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback()
/art/runtime/
Dthread_list.cc1033 if (thread != self && !thread->IsDaemon()) { in WaitForOtherNonDaemonThreadsToExit()
1055 CHECK(thread->IsDaemon()) << *thread; in SuspendAllDaemonThreads()
Dthread.h279 bool IsDaemon() const { in IsDaemon() function