/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
perf_event.h | 245 * barrier() 252 * barrier();
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
atomicops.h | 113 // after the operation. "Barrier" operations have both "Acquire" and "Release" 114 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
atomicops.h | 113 // after the operation. "Barrier" operations have both "Acquire" and "Release" 114 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
atomicops.h | 113 // after the operation. "Barrier" operations have both "Acquire" and "Release" 114 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops.h | 125 // after the operation. "Barrier" operations have both "Acquire" and "Release" 126 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops.h | 113 // after the operation. "Barrier" operations have both "Acquire" and "Release" 114 // semantics. A MemoryBarrier() has "Barrier" semantics, but does no memory
|
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc-2.c | 112 {AARCH64_OPND_CLASS_SYSTEM, "BARRIER", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a barrier option name"},
|
/art/compiler/optimizing/ |
code_generator_arm64.cc | 576 // Slow path marking an object during a read barrier. 598 << "Unexpected instruction in read barrier marking slow path: " 625 // Slow path generating a read barrier for a heap reference. 649 // object, and the emitted read barrier cannot work properly. 663 << "Unexpected instruction in read barrier for heap reference slow path: " 665 // The read barrier instrumentation does not support the [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 417 const VkBufferMemoryBarrier barrier = local 429 return barrier; 439 const VkImageMemoryBarrier barrier = local 452 return barrier; 458 const VkMemoryBarrier barrier = local 465 return barrier;
|
/external/llvm/docs/ |
Atomics.rst | 253 Acquire provides a barrier of the sort necessary to acquire a lock to access 275 a simple implementation, most architectures provide a barrier which is strong 283 Release is similar to Acquire, but with a barrier of the sort necessary to 310 barrier (for fences and operations which both read and write memory). 412 On architectures which use barrier instructions for all atomic ordering (like 439 and SequentiallyConsistent semantics require barrier instructions for every such
|
/external/mesa3d/include/GL/ |
glxext.h | 758 extern void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier); 761 typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 70 #define Barrier uint32_t 823 Barrier barrier; member in struct:__anon38282 1068 Barrier barrier; member in struct:__anon38293 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
glxext.h | 754 extern void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier); 757 typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier); [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 206 /// list of instructions being scheduled to scheduling barrier by adding 219 // If it's a call or a barrier, add dependencies on the defs and uses of 726 SDep Dep(SUa, isNormalMemory ? SDep::MayAliasMem : SDep::Barrier); [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | 971 // test16: FP. Barrier (emulated by CV), 2 threads. {{{1 1011 // ANNOTATE_EXPECT_RACE(&GLOB, "test16. FP. Fixed by MSMProp1 + Barrier support."); 1023 // test17: FP. Barrier (emulated by CV), 3 threads. {{{1 1045 // ANNOTATE_EXPECT_RACE(&GLOB, "test17. FP. Fixed by MSMProp1 + Barrier support."); 7548 Barrier *barrier[ITERATIONS]; member in namespace:test506 [all...] |
/external/deqp/modules/egl/ |
teglMultiThreadTests.cpp | 157 void barrier (TestThread& thread); 298 void MultiThreadedTest::barrier (TestThread& thread) function in class:deqp::egl::MultiThreadedTest 330 // Barrier was released due an error in other thread 556 barrier(thread); 945 barrier(thread); 960 barrier(thread); 966 barrier(thread); 971 barrier(thread); 977 barrier(thread); 983 barrier(thread) [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
LinkedBlockingDequeTest.java | 1092 final CheckedBarrier barrier = new CheckedBarrier(2); local [all...] |
PhaserTest.java | 173 * register() correctly returns the current barrier phase number 265 * the phase number increments correctly when tripping the barrier 288 * arriveAndDeregister does not wait for others to arrive at barrier 304 * arriveAndDeregister does not wait for others to arrive at barrier 365 * arriveAndDeregister arrives at the barrier on a phaser with a parent and
|
ReentrantLockTest.java | 454 final CyclicBarrier barrier = new CyclicBarrier(2); local 459 barrier.await(); 460 barrier.await(); 464 barrier.await(); 466 barrier.await(); [all...] |
/external/clang/test/OpenMP/ |
nesting_of_regions.cpp | 70 #pragma omp barrier 209 #pragma omp barrier // expected-error {{OpenMP constructs may not be nested inside a simd region}} 366 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'for' region}} 510 #pragma omp barrier // expected-error {{OpenMP constructs may not be nested inside a simd region}} 682 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'sections' region}} 871 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'section' region}} 1038 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'single' region}} 1190 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'master' region}} 1342 #pragma omp barrier // expected-error {{region cannot be closely nested inside 'critical' region}} [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktSynchronization.cpp | 178 // barrier list with the associated access 181 VkMemoryBarrier barrier; local 194 deMemset(&barrier, 0xcd, sizeof(barrier)); 195 barrier.sType = VK_STRUCTURE_TYPE_MEMORY_BARRIER; 196 barrier.pNext = DE_NULL; 197 barrier.srcAccessMask = VK_ACCESS_HOST_WRITE_BIT; 198 barrier.dstAccessMask = bufferParameters.inputBarrierFlags; 200 buffer.memoryBarrier.push_back(barrier); [all...] |
/external/valgrind/VEX/switchback/ |
switchback.c | 223 // Barrier to make sure the effect of the code above is visible to the rest 225 // dsb : Data Synchronisation Barrier 243 // Barrier to make sure the effect of the code above is visible to the rest 246 // Barrier to ensure any prefetching which happened before this code is 248 // isb : Instruction Synchronisation Barrier
|
/external/valgrind/drd/ |
drd_main.c | 110 else if VG_BOOL_CLO(arg, "--trace-barrier", trace_barrier) {} 245 " --trace-barrier=yes|no Trace all barrier activity [no].\n" 790 " %llu because of barrier/rwlock operations and\n", 806 " %llu barrier.\n", [all...] |
/frameworks/base/libs/hwui/ |
DeferredDisplayList.cpp | 433 * barrier if it's needed to properly modify a complex clip 441 DEFER_LOGD(" adding save barrier with new save count %d", newSaveCount); 454 * Either will act as a barrier to draw operation reordering, as we want to play back layer 608 DEFER_LOGD("%p adding state op barrier at pos %d", this, mBatches.size()); 618 DEFER_LOGD("%p adding restore to count %d barrier, pos %d",
|
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | 353 "barrier(CLK_LOCAL_MEM_FENCE);\n" 373 "barrier(CLK_LOCAL_MEM_FENCE);\n" 381 "barrier(CLK_LOCAL_MEM_FENCE);\n" 541 "barrier(CLK_LOCAL_MEM_FENCE);\n" 561 "barrier(CLK_LOCAL_MEM_FENCE);\n" 647 "barrier(CLK_LOCAL_MEM_FENCE);\n" 697 "barrier(CLK_LOCAL_MEM_FENCE);\n" 716 "barrier(CLK_LOCAL_MEM_FENCE);\n" 745 "barrier(CLK_LOCAL_MEM_FENCE);\n" 748 "barrier(CLK_LOCAL_MEM_FENCE);\n [all...] |