HomeSort by relevance Sort by last modified time
    Searched refs:semaphore (Results 251 - 275 of 380) sorted by null

<<111213141516

  /external/bcc/src/cc/
usdt.h 208 uint64_t semaphore, const optional<int> &pid, ProcMountNS *ns);
212 uint64_t semaphore() const { return semaphore_; } function in class:USDT::Probe
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator)
134 context.getDeviceInterface().destroySemaphore(context.getDevice(), semaphore, pAllocator);
  /external/vulkan-validation-layers/layers/
core_validation.cpp 228 SEMAPHORE_NODE *CoreChecks::GetSemaphoreNode(VkSemaphore semaphore) {
229 auto it = semaphoreMap.find(semaphore);
    [all...]
  /art/test/testrunner/
testrunner.py 100 # The semaphore object is used by the testrunner to limit the number of
102 semaphore = threading.Semaphore(1) variable
239 global semaphore
240 semaphore = threading.Semaphore(n_thread)
284 semaphore object to keep a count in control for the thread workers. When a new
285 worker is created, it acquires the semaphore object, and when the number of
287 existing thread worker to release the semaphore object. Worker releases the
288 semaphore object when they finish printing the output
    [all...]
  /external/ImageMagick/MagickCore/
quantum.c 68 #include "MagickCore/semaphore.h"
225 if (quantum_info->semaphore != (SemaphoreInfo *) NULL)
226 RelinquishSemaphoreInfo(&quantum_info->semaphore);
441 quantum_info->semaphore=AcquireSemaphoreInfo();
    [all...]
cache.c 70 #include "MagickCore/semaphore.h"
231 cache_info->semaphore=AcquireSemaphoreInfo();
    [all...]
blob.c 69 #include "MagickCore/semaphore.h"
169 *semaphore;
561 *semaphore;
567 semaphore=clone_info->semaphore;
571 clone_info->semaphore=semaphore;
572 LockSemaphoreInfo(clone_info->semaphore);
574 UnlockSemaphoreInfo(clone_info->semaphore);
920 LockSemaphoreInfo(blob_info->semaphore);
166 *semaphore; member in struct:_BlobInfo
551 *semaphore; local
    [all...]
image.h 147 #include "MagickCore/semaphore.h"
340 *semaphore; member in struct:_Image
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 328 const Unique<VkSemaphore> semaphore (createSemaphore(vk, device));
341 &semaphore.get(), // const VkSemaphore* pSignalSemaphores;
347 &semaphore.get(), // const VkSemaphore* pWaitSemaphores;
518 { "semaphore", SYNC_PRIMITIVE_SEMAPHORE, 1 }
vktSynchronizationOperationSingleQueueTests.cpp 195 const Unique<VkSemaphore> semaphore (createSemaphore (vk, device));
211 &semaphore.get(), // const VkSemaphore* pSignalSemaphores;
217 &semaphore.get(), // const VkSemaphore* pWaitSemaphores;
388 { "semaphore", SYNC_PRIMITIVE_SEMAPHORE, 0, },
  /external/skia/src/gpu/gl/
GrGLGpu.h 164 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
167 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override;
168 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override;
  /external/skqp/src/gpu/gl/
GrGLGpu.h 164 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
167 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override;
168 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override;
  /external/skia/src/gpu/
GrResourceProvider.cpp 422 sk_sp<GrSemaphore> GrResourceProvider::wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
426 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore,
  /external/skqp/src/gpu/
GrResourceProvider.cpp 452 sk_sp<GrSemaphore> GrResourceProvider::wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
456 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore,
  /device/generic/goldfish-opengl/system/vulkan_enc/
goldfish_vk_private_defs.h 84 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageANDROID)(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 50 #include <semaphore.h>
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 125 de::Semaphore waitSem(0);
217 message.payload.semaphore->increment();
  /external/e2fsprogs/lib/et/
error_message.c 33 #include <semaphore.h>
  /external/ltp/testcases/kernel/sched/eas/
sched_prio_3_fifo.c 16 #include <semaphore.h>
  /external/ltp/testcases/kernel/syscalls/move_pages/
move_pages_support.c 23 #include <semaphore.h>
325 * the semaphore can be used across processes.
340 tst_resm(TBROK | TERRNO, "allocation of semaphore page failed");
349 tst_resm(TBROK | TERRNO, "semaphore initialization "
360 tst_resm(TWARN | TERRNO, "error freeing semaphore memory");
378 tst_resm(TWARN | TERRNO, "error destroying semaphore");
383 tst_resm(TWARN | TERRNO, "error freeing semaphore memory");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-6.c 38 #include <semaphore.h>
4-3.c 36 #include <semaphore.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 41 #include <semaphore.h>
4-1.c 38 #include <semaphore.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 34 #include <semaphore.h>
145 UNRESOLVED(errno, "Failed to wait for the semaphore");
207 " semaphore");
267 /* if it's already stuck on sem_wait, up the semaphore */

Completed in 1601 milliseconds

<<111213141516