Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/flutter/skia/src/gpu/ops/
DGrSemaphoreOp.cpp21 sk_sp<GrSemaphore> semaphore, in Make()
33 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp()
46 sk_sp<GrSemaphore> semaphore, in MakeWait()
DGrSemaphoreOp.h26 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrSemaphoreOp()
/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local
37 VkSemaphore semaphore, in MakeWrapped()
51 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore()
DGrVkSemaphore.h36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, in Resource()
46 VkSemaphore semaphore() const { return fSemaphore; } in semaphore() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkSemaphore.cpp25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local
33 VkSemaphore semaphore, in MakeWrapped()
45 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore()
DGrVkSemaphore.h35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource()
44 VkSemaphore semaphore() const { return fSemaphore; } in semaphore() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dsemaphore.h45 struct semaphore { struct
50 typedef struct semaphore losMutexDef_t; argument
/third_party/libusb/examples/
Ddpfp.c53 sem_t *semaphore; in semaphore_create() local
65 static inline void semaphore_give(semaphore_t semaphore) in semaphore_give()
70 static inline void semaphore_take(semaphore_t semaphore) in semaphore_take()
75 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy()
107 static inline void semaphore_give(semaphore_t semaphore) in semaphore_give()
112 static inline void semaphore_take(semaphore_t semaphore) in semaphore_take()
117 static inline void semaphore_destroy(semaphore_t semaphore) in semaphore_destroy()
/third_party/boost/libs/atomic/src/
Dlock_pool.cpp560 struct semaphore struct
563 semaphore* m_next;
565 semaphore* m_prev;
568 boost::winapi::HANDLE_ m_semaphore;
570 boost::winapi::ULONG_ m_waiter_count;
572 boost::winapi::ULONG_ m_notify_count;
574 semaphore() BOOST_NOEXCEPT : in semaphore() function
582 ~semaphore() BOOST_NOEXCEPT in ~semaphore()
591 static semaphore* create() BOOST_NOEXCEPT in create()
603 bool is_singular() const BOOST_NOEXCEPT in is_singular()
[all …]
/third_party/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp28 std::unique_ptr<GrSemaphore> semaphore) in RefHelper()
45 std::unique_ptr<GrSemaphore> semaphore, SkColorType colorType, in Make()
73 std::unique_ptr<GrSemaphore> semaphore, in GrBackendTextureImageGenerator()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp66 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportSemaphore() local
118 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
DSemaphoreServiceFD.cpp72 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportSemaphore() local
121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphore.hpp43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast()
193 Semaphore *semaphore = vk::Cast(object); in DynamicCast() local
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_backbuffer.cc56 auto semaphore_collect = [this](VkSemaphore semaphore) { in CreateSemaphores()
61 VkSemaphore semaphore = VK_NULL_HANDLE; in CreateSemaphores() local
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvktrash.c167 _free_semaphore (GstVulkanDevice * device, VkSemaphore * semaphore) in _free_semaphore()
177 VkSemaphore semaphore) in gst_vulkan_trash_new_free_semaphore()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp279 for (VkSemaphore semaphore : mRecordingContext.waitSemaphores) { in SubmitPendingCommands() local
282 for (VkSemaphore semaphore : mRecordingContext.signalSemaphores) { in SubmitPendingCommands() local
757 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportExternalImage() local
837 for (VkSemaphore semaphore : waitSemaphores) { in CreateTextureWrappingVulkanImage() local
934 for (VkSemaphore semaphore : mRecordingContext.waitSemaphores) { in DestroyImpl() local
939 for (VkSemaphore semaphore : mRecordingContext.signalSemaphores) { in DestroyImpl() local
DFencedDeleter.cpp86 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused()
162 for (VkSemaphore semaphore : mSemaphoresToDelete.IterateUpTo(completedSerial)) { in Tick() local
/third_party/flutter/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp44 sk_sp<GrSemaphore> semaphore, SkColorType colorType, in Make()
71 sk_sp<GrSemaphore> semaphore, in GrBackendTextureImageGenerator()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp81 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused()
157 for (VkSemaphore semaphore : mSemaphoresToDelete.IterateUpTo(completedSerial)) { in Tick() local
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h41 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore()
44 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore()
45 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override {} in waitSemaphore()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h101 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore()
104 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore()
105 void waitSemaphore(sk_sp<GrSemaphore> semaphore) override {} in waitSemaphore()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp62 HANDLE semaphore; member
184 HANDLE semaphore = ::TlsGetValue(thread_wait_sema_TLS_index); in GetThreadSemaphore() local
198 HANDLE semaphore = (HANDLE)::TlsGetValue(thread_wait_sema_TLS_index); in FreeThreadSemaphore() local
577 HANDLE semaphore = GetThreadSemaphore(); in cond_wait_internal() local
811 HANDLE semaphore; member
848 HANDLE semaphore = head_waiter->semaphore; in WakeHeadWaiter() local
909 HANDLE semaphore=NULL; in dng_pthread_rwlock_rdlock() local
1035 HANDLE semaphore=NULL; in dng_pthread_rwlock_wrlock() local
/third_party/flutter/skia/include/gpu/
DGrBackendSemaphore.h31 void initVulkan(VkSemaphore semaphore) { in initVulkan()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSemaphoreTest.cpp57 GLSemaphore semaphore; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSemaphoreTest.cpp57 GLSemaphore semaphore; in TEST_P() local

12345