Searched refs:ModifySuspendCountInternal (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread-inl.h360 // When delta > 0 (requesting a suspend), ModifySuspendCountInternal() may fail either if
363 if (LIKELY(ModifySuspendCountInternal(self, delta, suspend_barrier, reason))) {
382 return ModifySuspendCountInternal(self, delta, suspend_barrier, reason);
H A Dthread.h1379 bool ModifySuspendCountInternal(Thread* self,
H A Dthread.cc1217 bool Thread::ModifySuspendCountInternal(Thread* self, function in class:art::Thread
1511 // Note: ModifySuspendCountInternal also expects the thread_list_lock to be held in

Completed in 122 milliseconds