| /third_party/Linux_Kernel/include/linux/ |
| D | semaphore.h | 16 struct semaphore { struct 30 struct semaphore name = __SEMAPHORE_INITIALIZER(name, 1) argument
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrSemaphoreOp.cpp | 21 sk_sp<GrSemaphore> semaphore, in Make() 33 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp() 46 sk_sp<GrSemaphore> semaphore, in MakeWait()
|
| D | GrSemaphoreOp.h | 26 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrSemaphoreOp()
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkSemaphore.cpp | 25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local 33 VkSemaphore semaphore, in MakeWrapped() 45 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore()
|
| D | GrVkSemaphore.h | 35 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/ |
| D | semaphore.h | 45 struct semaphore { struct 50 typedef struct semaphore losMutexDef_t; argument
|
| /third_party/boost/libs/atomic/src/ |
| D | lock_pool.cpp | 560 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/ |
| D | vulkan_backbuffer.cc | 56 auto semaphore_collect = [this](VkSemaphore semaphore) { in CreateSemaphores() 61 VkSemaphore semaphore = VK_NULL_HANDLE; in CreateSemaphores() local
|
| /third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
| D | vktrash.c | 167 _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/ |
| D | GrBackendTextureImageGenerator.cpp | 44 sk_sp<GrSemaphore> semaphore, SkColorType colorType, in Make() 71 sk_sp<GrSemaphore> semaphore, in GrBackendTextureImageGenerator()
|
| /third_party/flutter/skia/include/gpu/ |
| D | GrBackendSemaphore.h | 31 void initVulkan(VkSemaphore semaphore) { in initVulkan()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | FencedDeleter.cpp | 81 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused() 157 for (VkSemaphore semaphore : mSemaphoresToDelete.IterateUpTo(completedSerial)) { in Tick() local
|
| D | NativeSwapChainImplVk.cpp | 157 VkSemaphore semaphore = VK_NULL_HANDLE; in GetNextTexture() local
|
| D | DeviceVk.cpp | 312 for (VkSemaphore semaphore : mWaitSemaphores) { in SubmitPendingCommands() local 318 void Device::AddWaitSemaphore(VkSemaphore semaphore) { in AddWaitSemaphore()
|
| /third_party/flutter/skia/src/gpu/mtl/ |
| D | GrMtlGpu.h | 101 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/ |
| D | GrMockGpu.h | 41 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/ |
| D | SemaphoreTest.cpp | 57 GLSemaphore semaphore; in TEST_P() local
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
| D | vulkan_surface.cc | 148 VkSemaphore semaphore; in SemaphoreFromEvent() local 186 semaphore, [&vulkan_provider = vulkan_provider_](VkSemaphore semaphore) { in SemaphoreFromEvent()
|
| /third_party/boost/boost/interprocess/sync/shm/ |
| D | named_semaphore.hpp | 69 interprocess_semaphore *semaphore() const in semaphore() function in boost::interprocess::ipcdetail::shm_named_semaphore
|
| /third_party/flutter/skia/tests/ |
| D | SurfaceSemaphoreTest.cpp | 66 const GrBackendSemaphore& semaphore) { in draw_child() 243 GrBackendSemaphore semaphore; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| D | VkHardwareBufferTest.cpp | 821 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/ |
| D | aupdate.c | 39 pa_semaphore *semaphore; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanExternalHelper.cpp | 471 VkResult VulkanExternalHelper::createSemaphoreOpaqueFd(VkSemaphore *semaphore) in createSemaphoreOpaqueFd() 488 VkResult VulkanExternalHelper::exportSemaphoreOpaqueFd(VkSemaphore semaphore, int *fd) in exportSemaphoreOpaqueFd()
|
| /third_party/flutter/skia/tools/skqp/ |
| D | jitter_gms.cpp | 120 SkSemaphore semaphore; in main() local
|
| /third_party/flutter/skia/src/gpu/dawn/ |
| D | GrDawnGpu.cpp | 457 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()
|