Searched refs:expected_has_no_thread_ (Results 1 – 1 of 1) sorted by relevance
36 : 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