Searched defs:StateAndFlags (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.h160 union StateAndFlags state_and_flags = state_and_flags_;
664 union StateAndFlags { union
677 union StateAndFlags state_and_flags_;
678 COMPILE_ASSERT(sizeof(union StateAndFlags) == sizeof(int32_t),

Completed in 25 milliseconds