Lines Matching full:threadstate
219 ThreadState GetState() const {
222 return static_cast<ThreadState>(tls32_.state_and_flags.as_struct.state);
225 ThreadState SetState(ThreadState new_state);
285 ALWAYS_INLINE ThreadState TransitionFromSuspendedToRunnable()
291 ALWAYS_INLINE void TransitionFromRunnableToSuspended(ThreadState new_state)
1240 ThreadState SetStateUnsafe(ThreadState new_state) {
1241 ThreadState old_state = GetState();
1297 ALWAYS_INLINE void TransitionToSuspendedAndRunCheckpoints(ThreadState new_state)
1346 // Holds the ThreadState. May be changed non-atomically between Suspended (ie not Runnable)