Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDstdatomic.h246 #define atomic_fetch_and_explicit(object, operand, order) \ macro
271 #define atomic_fetch_and_explicit(object, operand, order) \ macro
320 #define atomic_fetch_and_explicit(object, operand, order) \ macro
354 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
/trueos/share/man/man3/
HDMakefile32 ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \
/trueos/contrib/libc++/include/
Datomic404 atomic_fetch_and_explicit(volatile atomic<Integral>* obj, Integral op,
408 atomic_fetch_and_explicit(atomic<Integral>* obj, Integral op,
1480 // atomic_fetch_and_explicit
1489 atomic_fetch_and_explicit(volatile atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT
1501 atomic_fetch_and_explicit(atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT