Searched refs:atomic_init (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_atomic.c | 53 atomic_init(void) in atomic_init() function
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_atomic.c | 53 atomic_init(void) in atomic_init() function
|
| /freebsd-13.1/tools/regression/include/stdatomic/ |
| H A D | logic.c | 79 atomic_init(a, v1); \
|
| /freebsd-13.1/sys/sys/ |
| H A D | stdatomic.h | 89 #define atomic_init(obj, value) __c11_atomic_init(obj, value) macro 92 #define atomic_init(obj, value) ((void)((obj)->__val = (value))) macro
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 43 #define atomic_init __c11_atomic_init macro
|
| H A D | opencl-c.h | 13292 void __ovld atomic_init(volatile atomic_int *object, int value); 13293 void __ovld atomic_init(volatile atomic_uint *object, uint value); 13294 void __ovld atomic_init(volatile atomic_float *object, float value); 13296 void __ovld atomic_init(volatile atomic_long *object, long value); 13297 void __ovld atomic_init(volatile atomic_ulong *object, ulong value); 13299 void __ovld atomic_init(volatile atomic_double *object, double value);
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 91 ATOMIC_VAR_INIT.3 atomic_init.3 \
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 567 void atomic_init(volatile atomic<T>* obj, typename atomic<T>::value_type desr) noexcept; 570 void atomic_init(atomic<T>* obj, typename atomic<T>::value_type desr) noexcept; 1911 // atomic_init 1916 atomic_init(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d) _NOEXCEPT 1924 atomic_init(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __d) _NOEXCEPT
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1108 def : Builtin<"atomic_init",
|