Searched refs:__ATOMIC_RELEASE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/include/
H A Dstdatomic.h75 #ifndef __ATOMIC_RELEASE
76 #define __ATOMIC_RELEASE 3 macro
96 memory_order_release = __ATOMIC_RELEASE,
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Datomic.c58 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE);
77 __c11_atomic_store(l, 0, __ATOMIC_RELEASE);

Completed in 47 milliseconds