HomeSort by relevance Sort by last modified time
    Searched refs:ModifySuspendCountInternal (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread-inl.h 360 // 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);
thread.h     [all...]
thread.cc     [all...]

Completed in 71 milliseconds