Searched refs:IsSystemDaemon (Results 1 – 3 of 3) sorted by relevance
114 if (self->IsSystemDaemon()) { in ThreadStart()
1250 bool IsSystemDaemon() const REQUIRES_SHARED(Locks::mutator_lock_);
4282 bool Thread::IsSystemDaemon() const { in IsSystemDaemon() function in art::Thread