Searched refs:CheckSafeToWait (Results 1 – 3 of 3) sorted by relevance
115 void CheckSafeToWait(Thread* self);481 void CheckSafeToWait(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in CheckSafeToWait() function483 guard_.CheckSafeToWait(self); in CheckSafeToWait()
248 void BaseMutex::CheckSafeToWait(Thread* self) { in CheckSafeToWait() function in art::BaseMutex1102 guard_.CheckSafeToWait(self); in Wait()1146 guard_.CheckSafeToWait(self); in TimedWait()
1016 thread_flip_cond_->CheckSafeToWait(self); in IncrementDisableThreadFlip()1075 thread_flip_cond_->CheckSafeToWait(self); in ThreadFlipBegin()3658 gc_complete_cond_->CheckSafeToWait(self); in WaitForGcToCompleteLocked()