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 185 union StateAndFlags new_state_and_flags; local
199 new_state_and_flags.as_struct.flags = old_state_and_flags.as_struct.flags;
200 new_state_and_flags.as_struct.state = new_state;
205 new_state_and_flags.as_int);
251 union StateAndFlags new_state_and_flags; local
252 new_state_and_flags.as_int = old_state_and_flags.as_int;
253 new_state_and_flags.as_struct.state = kRunnable;
257 new_state_and_flags.as_int))) {
thread.cc 1392 union StateAndFlags new_state_and_flags; local
1421 union StateAndFlags new_state_and_flags; local
    [all...]

Completed in 233 milliseconds