HomeSort by relevance Sort by last modified time
    Searched defs:barrier (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 1092 final CheckedBarrier barrier = new CheckedBarrier(2); local
    [all...]
ReentrantLockTest.java 454 final CyclicBarrier barrier = new CyclicBarrier(2); local
459 barrier.await();
460 barrier.await();
464 barrier.await();
466 barrier.await();
    [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/valgrind/drd/
drd_error.h 147 Addr barrier; member in struct:__anon25842
  /external/vulkan-validation-layers/layers/
image.cpp 966 VkImageMemoryBarrier const *const barrier = (VkImageMemoryBarrier const *const) & pImageMemoryBarriers[i]; local
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 408 VkBufferMemoryBarrier barrier = {}; local
409 barrier.sType = VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER;
410 barrier.buffer = handle();
411 barrier.srcAccessMask = output_mask;
412 barrier.dstAccessMask = input_mask;
413 barrier.offset = offset;
414 barrier.size = size;
415 return barrier;
485 VkImageMemoryBarrier barrier = {}; local
486 barrier.sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 178 PointerBarrier barrier; member in struct:__anon36827
359 PointerBarrier barrier; member in struct:__anon36837
649 PointerBarrier barrier,
XI2proto.h 70 #define Barrier uint32_t
823 Barrier barrier; member in struct:__anon36754
1068 Barrier barrier; member in struct:__anon36765
    [all...]
  /art/compiler/optimizing/
inliner.cc 964 HMemoryBarrier* barrier = new (graph_->GetArena()) HMemoryBarrier(kStoreStore, kNoDexPc); local
    [all...]
  /external/autotest/client/bin/
job.py 16 from autotest_lib.client.common_lib import error, barrier, logging_manager namespace
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/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 262 const VkImageMemoryBarrier barrier = local
275 return barrier;
284 const VkBufferMemoryBarrier barrier = local
296 return barrier;
    [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...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 169 final CyclicBarrier barrier = new CyclicBarrier(2); local
184 barrier.await(1, TimeUnit.SECONDS);
187 barrier.await(1, TimeUnit.SECONDS);
192 barrier.await(1, TimeUnit.SECONDS);
207 barrier.await(1, TimeUnit.SECONDS);
222 barrier.await(1, TimeUnit.SECONDS);
226 barrier.await(1, TimeUnit.SECONDS);
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 131 unsigned barrier; member in struct:r600_bytecode_output
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 529 final CyclicBarrier barrier = new CyclicBarrier(tasks.length); local
537 barrier.await();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 506 #define Barrier CARD32
512 Barrier barrier B32;
530 Barrier barrier B32;
545 Barrier barrier; member in struct:__anon38970
556 Barrier barrier B32;
585 Barrier barrier B32
    [all...]
  /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/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 84 * Shared barrier is provided for synchronizing execution. Terminating thread
128 void barrier (void);
214 inline void ThreadGroupThread::barrier (void) function in class:vkt::api::__anon9733::ThreadGroupThread
    [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/v8/src/base/platform/
platform-win32.cc 41 int barrier = 0; local
42 __asm__ __volatile__("xchgl %%eax,%0 ":"=r" (barrier));
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 1096 Barrier barrier = new Barrier(3); local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 3127 Barrier barrier; member in class:android::GraphicProducerWrapper
    [all...]
SurfaceFlinger_hwc1.cpp 3141 Barrier barrier; member in class:android::GraphicProducerWrapper
    [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::__anon74507

Completed in 909 milliseconds

1 2 34 5 6