Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h20 static inline void atomic_thread_fence(uint x) {} in atomic_thread_fence() function
92 atomic_thread_fence(memory_order_acquire); in __mem_fence_acquire()
94 std::atomic_thread_fence(std::memory_order_acquire); in __mem_fence_acquire()
100 atomic_thread_fence(memory_order_release); in __mem_fence_release()
102 std::atomic_thread_fence(std::memory_order_release); in __mem_fence_release()