Searched defs:atomic_flag_test_and_set (Results 1 – 4 of 4) sorted by relevance
21 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) { in atomic_flag_test_and_set() function
93 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { atomic_flag_test_and_set() function 97 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o->test_and_set(); } atomic_flag_test_and_set() function
182 #define atomic_flag_test_and_set( global() macro
397 atomic_flag_test_and_set(volatile atomic_flag *__object) atomic_flag_test_and_set() function