Home
last modified time | relevance | path

Searched refs:for_user_code (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread-inl.h542 inline void Thread::DecrementSuspendCount(Thread* self, bool for_user_code) { in DecrementSuspendCount() argument
549 if (for_user_code) { in DecrementSuspendCount()
Dthread.h405 ALWAYS_INLINE void DecrementSuspendCount(Thread* self, bool for_user_code = false)