| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/ |
| atomic_word.h | 38 #define _GLIBCXX_WRITE_MEM_BARRIER __atomic_thread_fence (__ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/ |
| atomic_word.h | 38 #define _GLIBCXX_WRITE_MEM_BARRIER __atomic_thread_fence (__ATOMIC_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/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/sys/sys/ |
| common_lock.h | 99 __atomic_store_n(__ptr, __SIMPLELOCK_UNLOCKED, __ATOMIC_RELEASE);
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| internal.h | 87 __atomic_store_n ((p), (v), __ATOMIC_RELEASE) 89 __atomic_store_n ((p), (v), __ATOMIC_RELEASE) 91 __atomic_store_n ((p), (v), __ATOMIC_RELEASE)
|
| /src/sys/arch/or1k/include/ |
| lock.h | 142 __atomic_clear(__ptr, __ATOMIC_RELEASE);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| atomicity.h | 124 #define _GLIBCXX_WRITE_MEM_BARRIER __atomic_thread_fence (__ATOMIC_RELEASE)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| atomicity.h | 124 #define _GLIBCXX_WRITE_MEM_BARRIER __atomic_thread_fence (__ATOMIC_RELEASE)
|
| /src/external/apache2/llvm/dist/libcxx/src/include/ |
| atomic_support.h | 23 && defined(__ATOMIC_RELEASE) \ 49 _AO_Release = __ATOMIC_RELEASE,
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| epoch.c | 265 __ATOMIC_RELEASE, __ATOMIC_RELAXED ) ) 290 __ATOMIC_RELEASE, __ATOMIC_RELAXED ) ); 315 __ATOMIC_RELEASE, __ATOMIC_RELAXED ) );
|