Searched refs:CheckSafeToWait (Results 1 – 3 of 3) sorted by relevance
107 void CheckSafeToWait(Thread* self);430 void CheckSafeToWait(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in CheckSafeToWait() function432 guard_.CheckSafeToWait(self); in CheckSafeToWait()
181 void BaseMutex::CheckSafeToWait(Thread* self) { in CheckSafeToWait() function in art::BaseMutex873 guard_.CheckSafeToWait(self); in Wait()928 guard_.CheckSafeToWait(self); in TimedWait()
897 thread_flip_cond_->CheckSafeToWait(self); in IncrementDisableThreadFlip()943 thread_flip_cond_->CheckSafeToWait(self); in ThreadFlipBegin()3545 gc_complete_cond_->CheckSafeToWait(self); in WaitForGcToCompleteLocked()