Searched refs:new_state_and_flags (Results 1 – 3 of 3) sorted by relevance
152 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(new_state); in SetState() local155 new_state_and_flags.GetValue()); in SetState()239 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(new_state); in TransitionToSuspendedAndRunCheckpoints() local245 new_state_and_flags.GetValue()); in TransitionToSuspendedAndRunCheckpoints()306 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(ThreadState::kRunnable); in TransitionFromSuspendedToRunnable() local308 new_state_and_flags.GetValue()))) { in TransitionFromSuspendedToRunnable()361 StateAndFlags new_state_and_flags = old_state_and_flags.WithState(ThreadState::kRunnable) in TransitionFromSuspendedToRunnable() local364 new_state_and_flags.GetValue()))) { in TransitionFromSuspendedToRunnable()
1666 StateAndFlags new_state_and_flags = old_state_and_flags; in RequestCheckpoint() local1667 new_state_and_flags.SetFlag(ThreadFlag::kCheckpointRequest); in RequestCheckpoint()1669 old_state_and_flags.GetValue(), new_state_and_flags.GetValue()); in RequestCheckpoint()1693 StateAndFlags new_state_and_flags = old_state_and_flags; in RequestEmptyCheckpoint() local1694 new_state_and_flags.SetFlag(ThreadFlag::kEmptyCheckpointRequest); in RequestEmptyCheckpoint()1696 old_state_and_flags.GetValue(), new_state_and_flags.GetValue()); in RequestEmptyCheckpoint()1860 StateAndFlags new_state_and_flags = in EnsureFlipFunctionStarted() local1864 new_state_and_flags.GetValue())) { in EnsureFlipFunctionStarted()1917 StateAndFlags new_state_and_flags = in WaitForFlipFunction() local1920 new_state_and_flags.GetValue())) { in WaitForFlipFunction()
1530 StateAndFlags new_state_and_flags = old_state_and_flags; in SetStateUnsafe() local1531 new_state_and_flags.SetState(new_state); in SetStateUnsafe()1534 new_state_and_flags.GetValue()))) { in SetStateUnsafe()