Home
last modified time | relevance | path

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

/trueos/share/man/man3/
HDMakefile33 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
/trueos/sys/sys/
HDstdatomic.h355 #define atomic_fetch_or(object, operand) \ macro
/trueos/contrib/libc++/include/
Datomic412 atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept;
416 atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept;
1506 // atomic_fetch_or
1515 atomic_fetch_or(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT
1527 atomic_fetch_or(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT