HomeSort by relevance Sort by last modified time
    Searched refs:new_state_and_flags (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread-inl.h 87 union StateAndFlags new_state_and_flags; local
96 new_state_and_flags.as_struct.flags = old_state_and_flags.as_struct.flags;
97 new_state_and_flags.as_struct.state = new_state;
102 new_state_and_flags.as_int);
140 union StateAndFlags new_state_and_flags; local
141 new_state_and_flags.as_int = old_state_and_flags.as_int;
142 new_state_and_flags.as_struct.state = kRunnable;
146 new_state_and_flags.as_int);
thread.cc 723 union StateAndFlags new_state_and_flags; local
724 new_state_and_flags.as_int = old_state_and_flags.as_int;
725 new_state_and_flags.as_struct.flags |= kCheckpointRequest;
728 new_state_and_flags.as_int);
    [all...]

Completed in 914 milliseconds