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

  /art/runtime/base/
mutex.cc 195 void BaseMutex::CheckSafeToWait(Thread* self) {
833 guard_.CheckSafeToWait(self);
888 guard_.CheckSafeToWait(self);
    [all...]
mutex.h 162 void CheckSafeToWait(Thread* self);

Completed in 173 milliseconds