Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h254 pending, ///< A thread is executing associated do-once routine enumerator
280 …state).compare_exchange_strong( (enum_type&)expected_state, (enum_type)do_once_state::pending ) ) { in atomic_do_once()
282 if( state.compare_exchange_strong( expected_state, do_once_state::pending ) ) { in atomic_do_once()
288 spin_wait_while_eq( state, do_once_state::pending ); in atomic_do_once()
/oneTBB/doc/main/tbb_userguide/
H A DCancellation_and_Nested_Parallelism.rst121 propagates to the outer loop, any pending ``outer`` iterations are
H A DConcurrent_Queue_Classes.rst88 ``concurrent_queue`` is empty, and there are ``n`` pending pop
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst90 The decrement may need to have a *release* fence so that any pending