Searched defs:kYieldMax (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/base/ | ||
H A D | locks.cc | 89 static constexpr uint32_t kYieldMax = 20; in BackOff() local |
H A D | mutex.cc | 105 static constexpr uint32_t kYieldMax = 20; in BackOff() local |