Searched refs:WaitBrieflyFor (Results 1 – 1 of 1) sorted by relevance
/art/runtime/base/ |
D | mutex.cc | 111 static inline bool WaitBrieflyFor(AtomicInteger* testLoc, Thread* self, Pred pred) { in WaitBrieflyFor() function 437 if (!WaitBrieflyFor(&state_and_contenders_, self, in ExclusiveLock() 535 if (!WaitBrieflyFor(&state_and_contenders_, self, in ExclusiveTryLockWithSpinning() 697 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLock() 776 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLockWithTimeout() 820 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v >= 0; })) { in HandleSharedLockContention()
|