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

  /art/runtime/
thread-inl.h 58 if (ReadFlag(kCheckpointRequest)) {
119 if (UNLIKELY((old_state_and_flags.as_struct.flags & kCheckpointRequest) != 0)) {
123 // Change the state but keep the current flags (kCheckpointRequest is clear).
124 DCHECK_EQ((old_state_and_flags.as_struct.flags & kCheckpointRequest), 0);
thread.cc 795 // the kCheckpointRequest flag and clearing it.
802 AtomicClearFlag(kCheckpointRequest);
    [all...]
thread.h 101 kCheckpointRequest = 2 // Request that the thread do some checkpoint work and then continue.
    [all...]

Completed in 3250 milliseconds