Home
last modified time | relevance | path

Searched refs:semaphore_ (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/util/
Dauto_reset_event.h21 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/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.cc32 semaphore_(0), in Target()
85 semaphore_.Signal(); in OnSuspended()
145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend()
Dtarget.h117 v8::base::Semaphore semaphore_; variable
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc3786 : semaphore_(std::move(semaphore)), in WaitForCompilationEvent()
3793 semaphore_->Signal(); in WaitForCompilationEvent()
3797 std::shared_ptr<base::Semaphore> semaphore_; in WaitForCompilationEvent() member in v8::internal::wasm::CompilationStateImpl::WaitForCompilationEvent::WaitForCompilationEventCallback
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp3342 … 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/
Dvulkan_structs.hpp4272 … VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {},
4279 , semaphore( semaphore_ )
4320 …cquireNextImageInfoKHR & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOE… in setSemaphore()
4322 semaphore = semaphore_; in setSemaphore()
31732 …VULKAN_HPP_CONSTEXPR ExportMetalSharedEventInfoEXT( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ in ExportMetalSharedEventInfoEXT()
31737 , semaphore( semaphore_ )
31766 …etalSharedEventInfoEXT & setSemaphore( VULKAN_HPP_NAMESPACE::Semaphore semaphore_ ) VULKAN_HPP_NOE… in setSemaphore()
31768 semaphore = semaphore_; in setSemaphore()
43501 VULKAN_HPP_NAMESPACE::Semaphore semaphore_ = {}, in ImportSemaphoreFdInfoKHR()
43507 , semaphore( semaphore_ )
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt2982 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
Dsynchronization.adoc3330 This command creates a _binary semaphore_ that has a boolean payload
3463 * ename:VK_SEMAPHORE_TYPE_BINARY specifies a _binary semaphore_ type that
3467 * ename:VK_SEMAPHORE_TYPE_TIMELINE specifies a _timeline semaphore_ type