Searched refs:suspend_state (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc1441 void Wait(Thread* self, ThreadState suspend_state) { argument
1442 if (suspend_state != ThreadState::kRunnable) {
1455 bool Thread::RequestSynchronousCheckpoint(Closure* function, ThreadState suspend_state) { argument
1503 ScopedThreadStateChange sts(self, suspend_state);
1504 barrier_closure.Wait(self, suspend_state);
1528 ScopedThreadStateChange sts(self, suspend_state);
H A Dthread.h278 // execute the checkpoint for us if it is Runnable. The suspend_state is the state that the thread
286 ThreadState suspend_state = ThreadState::kWaiting)

Completed in 1512 milliseconds