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 186 union StateAndFlags new_state_and_flags; local
200 new_state_and_flags.as_struct.flags = old_state_and_flags.as_struct.flags;
201 new_state_and_flags.as_struct.state = new_state;
206 new_state_and_flags.as_int);
252 union StateAndFlags new_state_and_flags; local
253 new_state_and_flags.as_int = old_state_and_flags.as_int;
254 new_state_and_flags.as_struct.state = kRunnable;
259 new_state_and_flags.as_int))) {
thread.cc 1573 union StateAndFlags new_state_and_flags; local
1602 union StateAndFlags new_state_and_flags; local
    [all...]

Completed in 1172 milliseconds