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