Searched refs:semaphore_ (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/src/util/ |
D | auto_reset_event.h | 21 Semaphore semaphore_; variable 24 AutoResetEvent() : status_(0), semaphore_(0) {} in AutoResetEvent() 41 semaphore_.Signal(); // Release one waiting thread. in Signal() 48 semaphore_.Wait(); in Wait()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 3342 … VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, 3347 , semaphore( semaphore_ ) 3386 …AcquireNextImageInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NO… in setSemaphore() 3388 semaphore = semaphore_; in setSemaphore() 33548 …mportSemaphoreFdInfoKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, in ImportSemaphoreFdInfoKHR() 33553 : semaphore( semaphore_ ) 33581 …ImportSemaphoreFdInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_N… in setSemaphore() 33583 semaphore = semaphore_; in setSemaphore() 33666 …phoreWin32HandleInfoKHR( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, in ImportSemaphoreWin32HandleInfoKHR() 33672 : semaphore( semaphore_ ) [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 3822 … VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, 3829 , semaphore( semaphore_ ) 3870 …cquireNextImageInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOE… in setSemaphore() 3872 semaphore = semaphore_; in setSemaphore() 30026 …VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ … in ExportMetalSharedEventInfoEXT() 30031 , semaphore( semaphore_ ) 30060 …etalSharedEventInfoEXT & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOE… in setSemaphore() 30062 semaphore = semaphore_; in setSemaphore() 41465 VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, in ImportSemaphoreFdInfoKHR() 41471 , semaphore( semaphore_ ) [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | synchronization.txt | 2982 This command creates a _binary semaphore_ that has a boolean payload 3068 * ename:VK_SEMAPHORE_TYPE_BINARY specifies a _binary semaphore_ type that 3072 * ename:VK_SEMAPHORE_TYPE_TIMELINE specifies a _timeline semaphore_ type
|
D | synchronization.adoc | 3125 This command creates a _binary semaphore_ that has a boolean payload 3222 * ename:VK_SEMAPHORE_TYPE_BINARY specifies a _binary semaphore_ type that 3226 * ename:VK_SEMAPHORE_TYPE_TIMELINE specifies a _timeline semaphore_ type
|