Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.h36 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) { in ScopedThreadStateChange()
62 if (!expected_has_no_thread_) { in LOCKS_EXCLUDED()
89 expected_has_no_thread_(true) {} in ScopedThreadStateChange()
96 const bool expected_has_no_thread_; variable