Searched refs:atomic_init (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_atomic.c50 atomic_init(void) function
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c50 atomic_init(void) function
/freebsd-current/tools/regression/include/stdatomic/
H A Dlogic.c77 atomic_init(a, v1); \
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc137 using std::atomic_init;
/freebsd-current/sys/sys/
H A Dstdatomic.h87 #define atomic_init(obj, value) __c11_atomic_init(obj, value) macro
90 #define atomic_init(obj, value) ((void)((obj)->__val = (value))) macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h61 #define atomic_init __c11_atomic_init macro
H A Dopencl-c.h13248 // atomic_init()
13250 void __ovld atomic_init(volatile atomic_int *, int);
13251 void __ovld atomic_init(volatile atomic_uint *, uint);
13252 void __ovld atomic_init(volatile atomic_float *, float);
13254 void __ovld atomic_init(volatile atomic_long *, long);
13255 void __ovld atomic_init(volatile atomic_ulong *, ulong);
13257 void __ovld atomic_init(volatile atomic_double *, double);
13262 void __ovld atomic_init(volatile __global atomic_int *, int);
13263 void __ovld atomic_init(volatile __local atomic_int *, int);
13264 void __ovld atomic_init(volatil
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h266 // atomic_init
270 atomic_init(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d) _NOEXCEPT {
276 atomic_init(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp346 std::atomic_init(&HasErrors, false);
/freebsd-current/share/man/man3/
H A DMakefile92 ATOMIC_VAR_INIT.3 atomic_init.3 \
/freebsd-current/lib/libc++/
H A DMakefile527 ATM_HEADERS+= atomic_init.h

Completed in 157 milliseconds