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

  /art/runtime/base/
mutex.h 147 void CheckSafeToWait(Thread* self);
mutex.cc 150 void BaseMutex::CheckSafeToWait(Thread* self) {
757 guard_.CheckSafeToWait(self);
799 guard_.CheckSafeToWait(self);
    [all...]

Completed in 465 milliseconds