Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_atomic/include/
Dstdatomic.h37 #undef atomic_flag_test_and_set
42 #define atomic_flag_test_and_set(PTR) __atomic_test_and_set_c((PTR), __ATOMIC_SEQ_CST) macro