Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Darena.h140 static const std::uintptr_t SET = 1; variable
147 case SET: in test_and_set()
150 if (my_state.compare_exchange_strong(state, SET)) { in test_and_set()
161 return my_state.compare_exchange_strong(state, SET); in test_and_set()
168 if (state == SET && my_state.compare_exchange_strong(state, busy)) { in try_clear_if()
173 my_state.compare_exchange_strong(busy, SET); in try_clear_if()
/oneTBB/
H A DCMakeLists.txt21 cmake_policy(SET CMP0068 NEW)
27 cmake_policy(SET CMP0091 NEW)
215 cmake_policy(SET CMP0069 NEW)