Home
last modified time | relevance | path

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

123

/third_party/Linux_Kernel/include/linux/
Dsemaphore.h16 struct semaphore { struct
30 struct semaphore name = __SEMAPHORE_INITIALIZER(name, 1) argument
/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/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/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/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/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/include/gpu/
DGrBackendSemaphore.h31 void initVulkan(VkSemaphore semaphore) { in initVulkan()
/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
DNativeSwapChainImplVk.cpp157 VkSemaphore semaphore = VK_NULL_HANDLE; in GetNextTexture() local
DDeviceVk.cpp312 for (VkSemaphore semaphore : mWaitSemaphores) { in SubmitPendingCommands() local
318 void Device::AddWaitSemaphore(VkSemaphore semaphore) { in AddWaitSemaphore()
/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/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/third_party/externals/angle2/src/tests/gl_tests/
DSemaphoreTest.cpp57 GLSemaphore semaphore; in TEST_P() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc148 VkSemaphore semaphore; in SemaphoreFromEvent() local
186 semaphore, [&vulkan_provider = vulkan_provider_](VkSemaphore semaphore) { in SemaphoreFromEvent()
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_semaphore.hpp69 interprocess_semaphore *semaphore() const in semaphore() function in boost::interprocess::ipcdetail::shm_named_semaphore
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp66 const GrBackendSemaphore& semaphore) { in draw_child()
243 GrBackendSemaphore semaphore; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DVkHardwareBufferTest.cpp821 GrBackendSemaphore semaphore; in flushSurfaceAndSignalSemaphore() local
883 VkSemaphore semaphore; in setupSemaphoreForSignaling() local
895 VkSemaphore semaphore = beSemaphore.vkSemaphore(); in exportSemaphore() local
923 VkSemaphore semaphore; in importAndWaitOnSemaphore() local
/third_party/pulseaudio/src/pulsecore/
Daupdate.c39 pa_semaphore *semaphore; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanExternalHelper.cpp471 VkResult VulkanExternalHelper::createSemaphoreOpaqueFd(VkSemaphore *semaphore) in createSemaphoreOpaqueFd()
488 VkResult VulkanExternalHelper::exportSemaphoreOpaqueFd(VkSemaphore semaphore, int *fd) in exportSemaphoreOpaqueFd()
/third_party/flutter/skia/tools/skqp/
Djitter_gms.cpp120 SkSemaphore semaphore; in main() local
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.cpp457 sk_sp<GrSemaphore> GrDawnGpu::wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore()
464 void GrDawnGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore) { in insertSemaphore()
468 void GrDawnGpu::waitSemaphore(sk_sp<GrSemaphore> semaphore) { in waitSemaphore()

123