Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/
Datomic.h44 # define atomic_swap(ptr, swp) __sync_lock_test_and_set(ptr, swp) argument
54 #define atomic_swap(ptr, swp) atomic_binop(ptr, swp, (swp))