Home
last modified time | relevance | path

Searched refs:WaitBrieflyFor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dmutex.cc126 static inline bool WaitBrieflyFor(AtomicInteger* testLoc, Thread* self, Pred pred) { in WaitBrieflyFor() function
470 if (!WaitBrieflyFor(&state_and_contenders_, self, in ExclusiveLock()
646 if (!WaitBrieflyFor(&state_and_contenders_, self, in ExclusiveTryLockWithSpinning()
809 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLock()
888 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLockWithTimeout()
933 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v >= 0; })) { in HandleSharedLockContention()