Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Darena.h166 std::uintptr_t busy = std::uintptr_t(&busy); in try_clear_if() local
168 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()
/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Message_Passing_Protocol.rst18 Once the edge is in pull mode, when the successor is not busy, it will
H A Dappendix_A.rst45 either pointlessly busy-wait, or lose the rest of their time slice. The
H A DMutual_Exclusion.rst15 on a ``spin_mutex`` busy waits until it can acquire the lock. A