/prebuilts/go/linux-x86/src/runtime/ |
asm_arm.s | 325 // Record that this stack barrier was hit. 412 /* execute write barrier updates */ \ 679 // Set the stack barrier return PC. 754 // armPublicationBarrier is a native store/store barrier for ARMv7+.
|
stack1.go | 210 // Compute the size of stack barrier array. 631 // copy old stack barriers to new stack barrier array 751 // without a write barrier. Run the write barrier now.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
workstealing.h | 200 # pragma omp barrier
|
/prebuilts/sdk/renderscript/clang-include/ |
arm_acle.h | 37 /* 8 SYNCHRONIZATION, BARRIER AND HINT INTRINSICS */
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_arm64_gcc.h | 48 // the call is reordered between the operation and the memory barrier. This does
|
/external/compiler-rt/lib/BlocksRuntime/ |
runtime.c | 52 /* fixme barrier is overkill -- see objc-os.h */ 58 /* fixme barrier is overkill -- see objc-os.h */ 384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier)
|
/external/compiler-rt/test/tsan/ |
deadlock_detector_stress_test.cc | 525 barrier_wait(&barrier); 531 barrier_wait(&barrier); 599 barrier_init(&barrier, 2);
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeBasicComputeShaderTests.cpp | 168 << " barrier();\n" 338 << " barrier();\n" 509 << " barrier();\n" 512 << " barrier();\n" [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 475 /* Number of processes waiting to create a barrier lock */ 478 /* The barrier lock itself */ 493 committing, or for a barrier lock to be released */
|
/external/llvm/lib/Target/Hexagon/ |
HexagonNewValueJump.cpp | 498 // No new value jump if there is a barrier. A barrier has to be in its 499 // own packet. A barrier has zero operands. We conservatively bail out
|
/external/opencv3/modules/core/src/opencl/ |
reduce.cl | 599 barrier(CLK_LOCAL_MEM_FENCE); 605 barrier(CLK_LOCAL_MEM_FENCE); 614 barrier(CLK_LOCAL_MEM_FENCE);
|
/external/opencv3/modules/imgproc/src/opencl/ |
match_template.cl | 99 barrier(CLK_LOCAL_MEM_FENCE); 103 barrier(CLK_LOCAL_MEM_FENCE); 112 barrier(CLK_LOCAL_MEM_FENCE);
|
/external/valgrind/drd/ |
drd_error.c | 381 print_err_detail("%s%s: barrier 0x%lx%s\n", what_prefix, 382 VG_(get_error_string)(e), bei->barrier, what_suffix); 393 first_observed(bei->barrier);
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
VideoCapturerAndroid.java | 571 final CountDownLatch barrier = new CountDownLatch(1); local 575 barrier.countDown(); 578 barrier.await();
|
/frameworks/base/core/java/android/os/ |
Message.java | 439 * are suspended by means of a synchronization barrier until the next frame is 440 * ready to be drawn. The synchronization barrier ensures that the invalidation 515 b.append(" barrier=");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/ |
glxext.h | 705 typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier); [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
aarch64.h | 203 AARCH64_OPND_BARRIER, /* Barrier operand. */ 204 AARCH64_OPND_BARRIER_ISB, /* Barrier operand for ISB. */ 747 const struct aarch64_name_value_pair *barrier; 744 const struct aarch64_name_value_pair *barrier; member in union:aarch64_opnd_info::__anon76041
|
/art/runtime/gc/collector/ |
mark_sweep.cc | 99 gc_barrier_(new Barrier(0)), 225 // 1. mutator dirties the card (write barrier) 228 // 4. mutator writes the value (corresponding to the write barrier in 1.) [all...] |
/art/runtime/ |
thread.h | 107 kActiveSuspendBarrier = 4 // Register that at least 1 suspend barrier needs to be passed. [all...] |
/external/autotest/client/bin/ |
job.py | 16 from autotest_lib.client.common_lib import error, barrier, logging_manager 450 def barrier(self, *args, **kwds): member in class:base_client_job 451 """Create a barrier object""" 452 return barrier.barrier(*args, **kwds) [all...] |
/external/autotest/client/virt/ |
virt_step_editor.py | 221 # Barrier HBox 226 self.check_barrier = gtk.CheckButton("Barrier:") 498 # Barrier 573 self.message("No barrier region selected.", "Error") 728 # Check the barrier checkbutton [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
merge-stores.ll | 378 ; Make sure the barrier doesn't stop this 379 tail call void @llvm.AMDGPU.barrier.local() #1 415 ; Make sure the barrier doesn't stop this 416 tail call void @llvm.AMDGPU.barrier.local() #1 708 declare void @llvm.AMDGPU.barrier.local() #1
|
/external/valgrind/coregrind/ |
m_libcproc.c | [all...] |
/external/vulkan-validation-layers/tests/ |
vkrenderframework.cpp | 568 VkImageMemoryBarrier barrier; local 569 barrier = image_memory_barrier(output_mask, input_mask, layout(), 572 VkImageMemoryBarrier *pmemory_barrier = &barrier; 577 // write barrier to the command buffer [all...] |
/frameworks/av/media/libmedia/ |
AudioTrackShared.cpp | 172 // The barrier following the read of mFront is probably redundant. 178 // The barrier will prevent such speculative execution. 182 // On the other hand, this barrier is required. 634 // or use previous cached value from framesReady(), with added barrier if it omits. 812 // cache this value for later use by obtainBuffer(), with added barrier [all...] |