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 130 JDWP::Append1BE(bytes, t->IsDaemon());
  /art/runtime/
thread_list.cc 812 if (thread != self && !thread->IsDaemon()) {
832 CHECK(thread->IsDaemon()) << *thread;
    [all...]
thread.h 254 bool IsDaemon() const {
    [all...]

Completed in 65 milliseconds