Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmisc.h176 T1 atomic_update(std::atomic<T1>& dst, T1 newValue, Pred compare) { in atomic_update() function
H A Darena.cpp179 atomic_update( my_limit, (unsigned)(index + 1), std::less<unsigned>() ); in occupy_free_slot()