Home
last modified time | relevance | path

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

12

/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> impl
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.rs34 pub(crate) struct Semaphore { struct
45 /// Error returned from the [`Semaphore::try_acquire`] function. argument
108 impl Semaphore { impl
400 impl fmt::Debug for Semaphore { implementation
462 fn new(semaphore: &'a Semaphore, num_permits: u32) -> Self { in new()
471 fn project(self: Pin<&mut Self>) -> (Pin<&mut Waiter>, &Semaphore, u32, &mut bool) { in project()
Dsemaphore.rs77 pub struct Semaphore { struct
79 ll_sem: ll::Semaphore, argument
121 impl Semaphore { implementation
/external/angle/src/libANGLE/renderer/
DSemaphoreImpl.h20 class Semaphore; variable
DContextImpl.h24 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/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/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore.cc22 Semaphore::Semaphore(int64_t capacity) : value_(capacity) { in Semaphore() function in xla::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/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.kt24 public interface Semaphore { in <lambda>() interface
71 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()
/external/rust/crates/tokio/src/sync/mpsc/
Dchan.rs39 pub(crate) trait Semaphore { interface
361 impl Semaphore for (crate::sync::batch_semaphore::Semaphore, usize) { impl
Dunbounded.rs73 type Semaphore = AtomicUsize; typedef
/external/python/cpython3/Lib/asyncio/
Dlocks.py332 class Semaphore(_ContextManagerMixin, mixins._LoopBoundMixin): class

12