Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.h42 bool runnable_transition; in ScopedThreadStateChange() local
47 runnable_transition = old_thread_state_ == kRunnable || new_thread_state == kRunnable; in ScopedThreadStateChange()
48 if (!runnable_transition) { in ScopedThreadStateChange()
53 if (runnable_transition && old_thread_state_ != new_thread_state) { in ScopedThreadStateChange()