Searched refs:CheckSafeToWait (Results 1 – 3 of 3) sorted by relevance
111 void CheckSafeToWait(Thread* self);474 void CheckSafeToWait(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in CheckSafeToWait() function476 guard_.CheckSafeToWait(self); in CheckSafeToWait()
247 void BaseMutex::CheckSafeToWait(Thread* self) { in CheckSafeToWait() function in art::BaseMutex1067 guard_.CheckSafeToWait(self); in Wait()1111 guard_.CheckSafeToWait(self); in TimedWait()
951 thread_flip_cond_->CheckSafeToWait(self); in IncrementDisableThreadFlip()998 thread_flip_cond_->CheckSafeToWait(self); in ThreadFlipBegin()3456 gc_complete_cond_->CheckSafeToWait(self); in WaitForGcToCompleteLocked()