Searched refs:busy (Results 1 – 4 of 4) sorted by relevance
166 std::uintptr_t busy = std::uintptr_t(&busy); in try_clear_if() local168 if (state == SET && my_state.compare_exchange_strong(state, busy)) { in try_clear_if()170 return my_state.compare_exchange_strong(busy, UNSET); in try_clear_if()173 my_state.compare_exchange_strong(busy, SET); in try_clear_if()
18 Once the edge is in pull mode, when the successor is not busy, it will
45 either pointlessly busy-wait, or lose the rest of their time slice. The
15 on a ``spin_mutex`` busy waits until it can acquire the lock. A