Searched refs:atomic_fetch_and_explicit (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/sys/ |
| HD | stdatomic.h | 246 #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/ |
| HD | Makefile | 32 ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \
|
| /trueos/contrib/libc++/include/ |
| D | atomic | 404 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
|