| /src/sys/sys/ |
| common_lock.h | 58 __atomic_store_n(__ptr, __SIMPLELOCK_UNLOCKED, __ATOMIC_RELAXED); 68 __atomic_store_n(__ptr, __SIMPLELOCK_LOCKED, __ATOMIC_RELAXED); 78 __atomic_store_n(__ptr, __SIMPLELOCK_UNLOCKED, __ATOMIC_RELAXED); 99 __atomic_store_n(__ptr, __SIMPLELOCK_UNLOCKED, __ATOMIC_RELEASE);
|
| /src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| ptrlock.h | 66 __atomic_store_n (ptrlock, ptr, MEMMODEL_RELEASE);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/arm/ |
| cxxabi_tweaks.h | 53 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
| ptrlock.h | 66 __atomic_store_n (ptrlock, ptr, MEMMODEL_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| ptrlock.h | 66 __atomic_store_n (ptrlock, ptr, MEMMODEL_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/arm/ |
| cxxabi_tweaks.h | 53 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/ |
| cxxabi_tweaks.h | 57 __atomic_store_n(x, 1, __ATOMIC_RELEASE)
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| system.h | 27 __atomic_store_n(cmm_cast_volatile(&(x)), _v, \
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/ |
| builtins.h | 15 # if !__has_builtin(__atomic_store_n) 16 # error "Toolchain does not support __atomic_store_n."
|
| /src/external/apache2/llvm/dist/libcxx/src/include/ |
| atomic_support.h | 16 && __has_builtin(__atomic_store_n) \ 59 __atomic_store_n(__dest, __val, __order); 66 __atomic_store_n(__dest, __val, _AO_Relaxed);
|
| /src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
| bar.c | 43 __atomic_store_n (&bar->generation, bar->generation + BAR_INCR, 101 __atomic_store_n (&bar->generation, state, MEMMODEL_RELAXED); 177 __atomic_store_n (&bar->generation, state, MEMMODEL_RELAXED);
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| bar.c | 41 __atomic_store_n (&bar->generation, bar->generation + BAR_INCR, 102 __atomic_store_n (&bar->generation, state, MEMMODEL_RELEASE); 165 __atomic_store_n (&bar->generation, state, MEMMODEL_RELEASE);
|