Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change-inl.h34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) { in ScopedThreadStateChange()
60 if (!expected_has_no_thread_) { in ~ScopedThreadStateChange()
Dscoped_thread_state_change.h62 const bool expected_has_no_thread_ = true; variable