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

  /art/runtime/base/
mutex.h 165 virtual void WakeupToRespondToEmptyCheckpoint() = 0;
278 void WakeupToRespondToEmptyCheckpoint() OVERRIDE;
396 void WakeupToRespondToEmptyCheckpoint() OVERRIDE;
mutex.cc 570 void Mutex::WakeupToRespondToEmptyCheckpoint() {
821 void ReaderWriterMutex::WakeupToRespondToEmptyCheckpoint() {
    [all...]
  /art/runtime/
thread_list.cc 440 // Mutex::ExclusiveLock, etc. when the wakeup via WakeupToRespondToEmptyCheckpoint
444 mutex->WakeupToRespondToEmptyCheckpoint();
    [all...]

Completed in 87 milliseconds