HomeSort by relevance Sort by last modified time
    Searched refs:semaphores (Results 1 - 25 of 27) sorted by null

1 2

  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 75 Collection<Semaphore> semaphores = _semaphores.values(); local
76 for (Semaphore semaphore : semaphores) {
78 semaphores.remove(semaphore);
88 aLog.append(" no semaphores.");
90 aLog.append(" semaphores:\n");
  /external/deqp/modules/egl/
teglColorClearCase.cpp 354 vector<SemaphoreSp> semaphores (numPackets+1);
358 // Initialize semaphores.
359 for (vector<SemaphoreSp>::iterator sem = semaphores.begin(); sem != semaphores.end(); ++sem)
372 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
373 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
394 semaphores.front()->increment();
395 semaphores.back()->decrement();
teglRenderTests.cpp 921 vector<SemaphoreSp> semaphores (numPackets+1);
935 // Initialize semaphores.
936 for (vector<SemaphoreSp>::iterator sem = semaphores.begin(); sem != semaphores.end(); ++sem)
953 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
954 packet.signal = semaphores[packetNdx*numThreads + threadNdx + 1];
997 semaphores.front()->increment();
998 semaphores.back()->decrement();
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 12 // That is, don't think of these as semaphores.
17 // See Mullender and Cox, ``Semaphores in Plan 9,''
os1_darwin.go 166 // Mach IPC, to get at semaphores
274 // Semaphores!
netpoll.go 19 // pollDesc contains 2 binary semaphores, rg and wg, to park reader and writer
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 216 ENAVAIL - APPLICATION_ERROR: "no XENIX semaphores available",
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
sema.go 12 // That is, don't think of these as semaphores.
17 // See Mullender and Cox, ``Semaphores in Plan 9,''
os1_darwin.go 166 // Mach IPC, to get at semaphores
274 // Semaphores!
netpoll.go 19 // pollDesc contains 2 binary semaphores, rg and wg, to park reader and writer
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 216 ENAVAIL - APPLICATION_ERROR: "no XENIX semaphores available",
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_ppc64.go     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h 857 vector<VkSemaphore> semaphores; member in struct:GLOBAL_CB_NODE
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 3141 VkSemaphore semaphores[numSemaphores]; local
    [all...]

Completed in 5905 milliseconds

1 2