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

<<11121314151617181920>>

  /external/opencv3/modules/imgproc/src/opencl/
filterSep_singlePass.cl 151 barrier(CLK_LOCAL_MEM_FENCE);
172 barrier(CLK_LOCAL_MEM_FENCE);
205 barrier(CLK_LOCAL_MEM_FENCE);
222 barrier(CLK_LOCAL_MEM_FENCE);
gftt.cl 74 barrier(CLK_LOCAL_MEM_FENCE);
78 barrier(CLK_LOCAL_MEM_FENCE);
87 barrier(CLK_LOCAL_MEM_FENCE);
hough_lines.cl 26 barrier(CLK_LOCAL_MEM_FENCE);
43 barrier(CLK_LOCAL_MEM_FENCE);
48 barrier(CLK_LOCAL_MEM_FENCE);
109 barrier(CLK_LOCAL_MEM_FENCE);
124 barrier(CLK_LOCAL_MEM_FENCE);
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 186 void* barrier) const {
192 const VkMemoryBarrier* barrierPtr = reinterpret_cast<VkMemoryBarrier*>(barrier);
203 reinterpret_cast<VkBufferMemoryBarrier*>(barrier);
214 reinterpret_cast<VkImageMemoryBarrier*>(barrier);
GrVkGpu.h 106 VkMemoryBarrier* barrier) const;
110 VkBufferMemoryBarrier* barrier) const;
114 VkImageMemoryBarrier* barrier) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
securebits.h 38 bit 4 and 5 will create a barrier through exec that no exec()'d
virtio_blk.h 57 /* Barrier before this op. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
securebits.h 38 bit 4 and 5 will create a barrier through exec that no exec()'d
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 157 class Barrier:
185 self.bar = Barrier(NUMTASKS)
197 # barrier before the others are all out
208 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 157 class Barrier:
185 self.bar = Barrier(NUMTASKS)
197 # barrier before the others are all out
208 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
system.h 25 #include <asm/barrier.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 157 class Barrier:
185 self.bar = Barrier(NUMTASKS)
197 # barrier before the others are all out
208 verbose_print("task %s leaving barrier" % ident)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 157 class Barrier:
185 self.bar = Barrier(NUMTASKS)
197 # barrier before the others are all out
208 verbose_print("task %s leaving barrier" % ident)
  /external/deqp/framework/delibs/decpp/
deAppendList.cpp 59 SpinBarrier barrier; member in struct:de::__anon10542::SharedState
64 , barrier (numThreads)
84 m_shared->barrier.sync(SpinBarrier::WAIT_MODE_AUTO);
  /external/webrtc/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 4 * Memory barrier utilities
49 * Some memory barrier primitives based on the system.
65 /* Here are the memory barrier functions. Mac OS X only provides
  /external/guice/core/test/com/google/inject/
ScopesTest.java 822 final CyclicBarrier barrier;
826 barrier = new CyclicBarrier(nThreads, new Runnable() {
837 // only if we're triggering barrier for the first time
838 barrier.await(DEADLOCK_TIMEOUT_SECONDS, TimeUnit.SECONDS);
895 * Relies on Guice implementation to inject S first and H later, which provides a barrier .
914 * Relies on Guice implementation to inject S first and G later, which provides a barrier .
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
BlockingQueueTest.java 217 final CheckedBarrier barrier = new CheckedBarrier(2); local
225 barrier.await();
236 barrier.await();
246 barrier.await();
251 barrier.await();

Completed in 791 milliseconds

<<11121314151617181920>>