Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc114 if (self->IsSystemDaemon()) { in ThreadStart()
/art/runtime/
Dthread.h1298 bool IsSystemDaemon() const REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4319 bool Thread::IsSystemDaemon() const { in IsSystemDaemon() function in art::Thread