Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h546 UnsafeLogFatalForSuspendCount(self, this); in DecrementSuspendCount()
553 UnsafeLogFatalForSuspendCount(self, this); in DecrementSuspendCount()
Dthread.h409 NO_RETURN static void UnsafeLogFatalForSuspendCount(Thread* self, Thread* thread);
Dthread.cc1467 void Thread::UnsafeLogFatalForSuspendCount(Thread* self, Thread* thread) NO_THREAD_SAFETY_ANALYSIS { in UnsafeLogFatalForSuspendCount() function in art::Thread