Searched refs:CheckSafeToWait (Results 1 – 3 of 3) sorted by relevance
111 void CheckSafeToWait(Thread* self);458 void CheckSafeToWait(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in CheckSafeToWait() function460 guard_.CheckSafeToWait(self); in CheckSafeToWait()
233 void BaseMutex::CheckSafeToWait(Thread* self) { in CheckSafeToWait() function in art::BaseMutex989 guard_.CheckSafeToWait(self); in Wait()1033 guard_.CheckSafeToWait(self); in TimedWait()
902 thread_flip_cond_->CheckSafeToWait(self); in IncrementDisableThreadFlip()948 thread_flip_cond_->CheckSafeToWait(self); in ThreadFlipBegin()3424 gc_complete_cond_->CheckSafeToWait(self); in WaitForGcToCompleteLocked()