HomeSort by relevance Sort by last modified time
    Searched full:barrier (Results 776 - 800 of 1514) sorted by null

<<31323334353637383940>>

  /art/runtime/
indirect_reference_table.h 240 // This does not have a read barrier as this is used to visit roots.
327 // Note IrtIterator does not have a read barrier as it's used to visit roots.
388 // in this as they are roots. Use Get() that has a read barrier.
art_field.h 200 // Update the declaring class with the passed in visitor. Does not use read barrier.
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 617 << " barrier();\n"
620 << " barrier();\n"
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
schedule-vs-if-nested-loop-failure.ll 6 declare void @llvm.AMDGPU.barrier.local() nounwind convergent
106 call void @llvm.AMDGPU.barrier.local()
111 call void @llvm.AMDGPU.barrier.local()
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 415 final CountDownLatch barrier = new CountDownLatch(1);
419 barrier.countDown();
425 ThreadUtils.awaitUninterruptibly(barrier);
  /libcore/luni/src/main/java/java/util/concurrent/
package-info.java 139 * a more flexible form of barrier that may be used to control phased
270 * <i>happen-before</i> actions performed by the barrier action, and
271 * actions performed by the barrier action <i>happen-before</i> actions
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 21 * \brief Pipeline barrier tests
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /art/runtime/gc/
allocation_record.cc 124 // This does not need a read barrier because this is called by GC.
144 // This does not need a read barrier because this is called by GC.
  /art/runtime/gc/space/
bump_pointer_space.cc 178 // No read barrier because obj may not be a valid object.
199 // No read barrier because obj may not be a valid object.
  /bionic/libc/bionic/
pthread_create.cpp 192 // This also provides the memory barrier needed to ensure that all memory
236 // This also provides the memory barrier we need to ensure that all
  /device/htc/flounder/audio/hal/
audio_hw.h 416 // incremented atomically with a memory barrier and audio device mutex locked but WITHOUT
417 // stream mutex locked: the stream will load it atomically with a barrier and re-read it
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 241 // need a barrier before WAW cases
270 // 2. calculate the barrier level of each first use (minimal number of TEXes,
272 // 3. for each barrier, if all paths from the source TEX to that barrier
273 // contain a barrier of lesser level, it can be culled
317 // determine the barrier level at each use
420 // no barrier
424 // block contained a barrier
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
moments.cl 159 barrier(CLK_LOCAL_MEM_FENCE);
175 barrier(CLK_LOCAL_MEM_FENCE)
  /external/opencv3/modules/photo/
opencl_kernels_photo.cpp 198 "barrier(CLK_LOCAL_MEM_FENCE);\n"
207 "barrier(CLK_LOCAL_MEM_FENCE);\n"
  /external/opencv3/modules/photo/src/opencl/
nlmeans.cl 233 barrier(CLK_LOCAL_MEM_FENCE);
243 barrier(CLK_LOCAL_MEM_FENCE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 418 # pragma omp barrier
440 # pragma omp barrier
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 275 * barrier()
282 * barrier();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 418 # pragma omp barrier
440 # pragma omp barrier
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 418 # pragma omp barrier
440 # pragma omp barrier
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 418 # pragma omp barrier
440 # pragma omp barrier
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /art/compiler/optimizing/
dead_code_elimination.cc 172 // If we added an explicit barrier then we should keep it.
instruction_simplifier_arm64.cc 35 // The read barrier instrumentation does not support the

Completed in 1174 milliseconds

<<31323334353637383940>>