Searched refs:new_state_and_flags (Results 1 – 1 of 1) sorted by relevance
188 union StateAndFlags new_state_and_flags; in TransitionToSuspendedAndRunCheckpoints() local202 new_state_and_flags.as_struct.flags = old_state_and_flags.as_struct.flags; in TransitionToSuspendedAndRunCheckpoints()203 new_state_and_flags.as_struct.state = new_state; in TransitionToSuspendedAndRunCheckpoints()208 new_state_and_flags.as_int); in TransitionToSuspendedAndRunCheckpoints()254 union StateAndFlags new_state_and_flags; in TransitionFromSuspendedToRunnable() local255 new_state_and_flags.as_int = old_state_and_flags.as_int; in TransitionFromSuspendedToRunnable()256 new_state_and_flags.as_struct.state = kRunnable; in TransitionFromSuspendedToRunnable()261 new_state_and_flags.as_int))) { in TransitionFromSuspendedToRunnable()