Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dstdatomic.h252 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
277 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
327 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
360 atomic_fetch_xor_explicit(object, operand, memory_order_seq_cst)
/freebsd-10-stable/share/man/man3/
DMakefile39 ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
/freebsd-10-stable/contrib/libc++/include/
Datomic436 atomic_fetch_xor_explicit(volatile atomic<Integral>* obj, Integral op,
440 atomic_fetch_xor_explicit(atomic<Integral>* obj, Integral op,
1584 // atomic_fetch_xor_explicit
1593 atomic_fetch_xor_explicit(volatile atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT
1605 atomic_fetch_xor_explicit(atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT