Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dosal_msg_queue.h23 struct OsalSem semaphore; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp132VkSemaphore* semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore()
217 VkSemaphore semaphore; in NativeRequestFrame() local
279 VkSemaphore semaphore; in NativeFlushFrame() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dmod.rs22 pub mod semaphore; module
H A Dsemaphore_inner.rs38 semaphore: &'a SemaphoreInner, field
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp115VkSemaphore& semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore()
215 VkSemaphore semaphore = VK_NULL_HANDLE; in RequestFrame() local
254 VkSemaphore semaphore = vkContext.RequireSemaphore(); in FlushFrame() local
H A Drs_vulkan_context.cpp511 VkSemaphore semaphore; in RequireSemaphore() local
519 void RsVulkanInterface::SendSemaphoreWithFd(VkSemaphore semaphore, int fenceFd) in SendSemaphoreWithFd()
H A Drs_vulkan_context.h261 VkSemaphore semaphore; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dsemaphore_linux.c49 Semaphore *semaphore = (Semaphore *)malloc(sizeof(Semaphore)); in SemaphoreCreate() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c85 Semaphore *semaphore; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp157 void Surface::Wait(int32_t time, const VkSemaphore& semaphore) in Wait()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp130 VkSemaphore semaphore; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp411 for (const auto semaphore : plat_.swapchainImages.semaphores) { in ~SwapchainVk() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp298 VkSemaphore semaphore; in DoCreateVkSemaphore() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp519 void SkiaSurface::Wait(int32_t time, const VkSemaphore& semaphore) in Wait()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp77 SemaphoreUtils semaphore(0); in RemoteQuery() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1759 VkSemaphore semaphore; in OptimizedFlushAndSubmit() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp984 uint64_t timeout, VkSemaphore semaphore, VkFence vkFence, uint32_t* imageIndex) in AcquireNextImageKHR()