Lines Matching refs:thread_state_
34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) {
73 if (old_thread_state_ != thread_state_) {
76 } else if (thread_state_ == kRunnable) {
93 : self_(NULL), thread_state_(kTerminated), old_thread_state_(kTerminated),
97 const ThreadState thread_state_;
165 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
201 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
208 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
219 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
229 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
240 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.