Home
last modified time | relevance | path

Searched defs:Semaphore (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/vulkano/src/sync/semaphore/
Dsemaphore.rs33 pub struct Semaphore<D = Arc<Device>> struct
37 semaphore: ash::vk::Semaphore, argument
42 // TODO: Add support for VkExportSemaphoreWin32HandleInfoKHR argument
125 impl<D> Semaphore<D> implementation
192 unsafe impl DeviceOwned for Semaphore { implementation
199 unsafe impl<D> VulkanObject for Semaphore<D> implementation
206 fn internal_object(&self) -> ash::vk::Semaphore { in internal_object()
211 impl<D> Drop for Semaphore<D> implementation
/external/rust/crates/tokio/src/sync/
Dbatch_semaphore.rs36 pub(crate) struct Semaphore { struct
49 /// Error returned from the [`Semaphore::try_acquire`] function. argument
123 impl Semaphore { impl
476 impl fmt::Debug for Semaphore { implementation
571 fn new(semaphore: &'a Semaphore, num_permits: u32) -> Self { in new()
615 fn project(self: Pin<&mut Self>) -> (Pin<&mut Waiter>, &Semaphore, u32, &mut bool) { in project()
Dsemaphore.rs79 pub struct Semaphore { struct
81 ll_sem: ll::Semaphore, argument
90 /// [`acquire`]: crate::sync::Semaphore::acquire() argument
125 impl Semaphore { implementation
/external/rust/crates/tokio-util/src/sync/
Dpoll_semaphore.rs36 pub fn clone_inner(&self) -> Arc<Semaphore> { in clone_inner()
41 pub fn into_inner(self) -> Arc<Semaphore> { in into_inner()
168 fn as_ref(&self) -> &Semaphore { in as_ref()
/external/angle/src/libANGLE/renderer/
DSemaphoreImpl.h20 class Semaphore; variable
DContextImpl.h25 class Semaphore; variable
/external/deqp/framework/delibs/decpp/
DdeSemaphore.cpp37 Semaphore::Semaphore (int initialValue, deUint32 flags) in Semaphore() function in de::Semaphore
DdeSemaphore.hpp42 class Semaphore class
/external/python/cpython3/Doc/library/
Dasyncio-sync.rst268 Semaphore chapter
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore.cc22 Semaphore::Semaphore(int64_t capacity) : value_(capacity) { in Semaphore() function in xla::Semaphore
/external/rust/crates/vulkano/src/command_buffer/submit/
Dqueue_submit.rs139 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore, stages: PipelineStages) { in add_wait_semaphore()
190 pub unsafe fn add_signal_semaphore(&mut self, semaphore: &'a Semaphore) { in add_signal_semaphore()
Dsemaphores_wait.rs39 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore()
Dbind_sparse.rs317 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore()
342 pub unsafe fn add_signal_semaphore(&mut self, semaphore: &'a Semaphore) { in add_signal_semaphore()
Dqueue_present.rs71 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore()
/external/angle/src/libANGLE/
DSemaphore.cpp17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore() function in gl::Semaphore
DResourceManager.h42 class Semaphore; variable
/external/rust/crates/tokio/src/sync/mpsc/
Dbounded.rs161 pub(crate) struct Semaphore { struct
162 pub(crate) semaphore: semaphore::Semaphore, argument
167 pub(crate) fn new(chan: chan::Rx<T, Semaphore>) -> Receiver<T> { in new() argument
Dchan.rs38 pub(crate) trait Semaphore { interface
384 impl Semaphore for bounded::Semaphore { implementation
404 impl Semaphore for unbounded::Semaphore { implementation
/external/swiftshader/src/Vulkan/
DVkSemaphore.hpp36 class Semaphore class
DVkSemaphore.cpp130 Semaphore::Semaphore(VkSemaphoreType type) in Semaphore() function in vk::Semaphore
/external/rust/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs32 semaphore: vk::Semaphore, in get_semaphore_counter_value()
Dswapchain.rs48 semaphore: vk::Semaphore, in acquire_next_image()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt25 public interface Semaphore { in <lambda>() interface
72 public fun Semaphore(permits: Int, acquiredPermits: Int = 0): Semaphore = SemaphoreImpl(permits, ac… in Semaphore() method
/external/python/cpython2/Lib/multiprocessing/
D__init__.py192 def Semaphore(value=1): function
/external/rust/crates/tokio/src/sync/tests/
Dloom_semaphore_batch.rs118 async fn poll_and_cancel(semaphore: Arc<Semaphore>) { in concurrent_cancel()

123