Searched refs:expected_has_no_thread_ (Results 1 – 2 of 2) sorted by relevance
34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) { in ScopedThreadStateChange()60 if (!expected_has_no_thread_) { in ~ScopedThreadStateChange()
62 const bool expected_has_no_thread_ = true; variable