Searched refs:pending (Results 1 – 4 of 4) sorted by relevance
254 pending, ///< A thread is executing associated do-once routine enumerator280 …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()
121 propagates to the outer loop, any pending ``outer`` iterations are
88 ``concurrent_queue`` is empty, and there are ``n`` pending pop
90 The decrement may need to have a *release* fence so that any pending