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

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 121 JDWP::Append1BE(bytes, t->IsDaemon());
  /art/runtime/
thread_list.cc 453 if (thread != self && !thread->IsDaemon()) {
473 CHECK(thread->IsDaemon()) << *thread;
thread.h 229 bool IsDaemon() const {

Completed in 86 milliseconds