Home
last modified time | relevance | path

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

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