Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h279 using enum_type = typename std::underlying_type<do_once_state>::type; in atomic_do_once() local
280 …if( ((std::atomic<enum_type>&)state).compare_exchange_strong( (enum_type&)expected_state, (enum_ty… in atomic_do_once()