/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/ |
atomic.h | 22 #include <asm/barrier.h>
|
bitops.h | 29 #include <asm/barrier.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/ |
atomics.h | 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
atomicity.h | 107 // Even if the CPU doesn't need a memory barrier, we need to ensure
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
partition.h | 111 } //implicit barrier 196 # pragma omp barrier 222 # pragma omp barrier 269 # pragma omp barrier
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_mips_gcc.h | 127 // after the operation. "Barrier" operations have both "Acquire" and "Release" 128 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory 259 // after the operation. "Barrier" operations have both "Acquire" and "Release" 260 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/bionic/tests/ |
pthread_test.cpp | 1823 pthread_barrier_t barrier; member in struct:BarrierTestHelperData 1880 pthread_barrier_t* barrier; member in struct:BarrierDestroyTestArg 1889 pthread_barrier_t barrier; local 1909 pthread_barrier_t* barrier; member in struct:BarrierOrderingTestHelperArg 1931 pthread_barrier_t barrier; local [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
pipeline.py | [all...] |
/art/compiler/dex/ |
compiler_enums.h | 287 // @brief Create a memory barrier. 551 * @brief Memory barrier types (see "The JSR-133 Cookbook for Compiler Writers"). 552 * @details We define the combined barrier types that are actually required 558 * -# Use AnyStore ~= (LoadStore | StoreStore) ~= release barrier before volatile store. 559 * -# Use AnyAny barrier after volatile store. (StoreLoad is as expensive.) 560 * -# Use LoadAny barrier ~= (LoadLoad | LoadStore) ~= acquire barrier after each volatile load. 561 * -# Use StoreStore barrier after all stores but before return from any constructor whose
|
/art/runtime/ |
java_vm_ext.h | 155 // Checks if the weak global ref has been cleared by the GC without decode (read barrier.) 211 // read barrier enabled.
|
/art/tools/ |
run-jdwp-tests.sh | 34 # copying collector in the read barrier configuration, between the 38 echo "JDWP tests are temporarily disabled in the read barrier configuration because of"
|
/external/autotest/client/tests/kvmtest/ |
kvmtest.py | 126 fail_buff = "<html><table border=1><tr><th>Barrier Diff</th>\n" + \ 127 "<th>Expected Barrier</th><th>Failure</th></tr><tr><td></td>\n"
|
/external/icu/icu4c/source/common/ |
sharedobject.h | 119 * Uses a memory barrier. 131 * Returns the count of hard references only. Uses a memory barrier.
|
/external/libchrome/base/ |
atomicops.h | 102 // after the operation. "Barrier" operations have both "Acquire" and "Release" 103 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
security_unittest.cc | 32 // This function acts as a compiler optimization barrier. We use it to 39 // In a GCC compatible compiler (GCC or Clang), make this compiler barrier
|
/external/llvm/test/CodeGen/AMDGPU/ |
ds-negative-offset-addressing-mode-loop.ll | 6 declare void @llvm.AMDGPU.barrier.local() #1 36 tail call void @llvm.AMDGPU.barrier.local() #1
|
lds-output-queue.ll | 17 call void @llvm.AMDGPU.barrier.local() 26 declare void @llvm.AMDGPU.barrier.local()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
simple-loop.ll | 87 %barrier = call i32 @goo(i32 0) ; <---------------- memory barrier.
|