| /external/rust/crates/vulkano/src/sync/semaphore/ |
| D | semaphore.rs | 33 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/ |
| D | batch_semaphore.rs | 36 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()
|
| D | semaphore.rs | 79 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/ |
| D | poll_semaphore.rs | 36 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/ |
| D | SemaphoreImpl.h | 20 class Semaphore; variable
|
| D | ContextImpl.h | 25 class Semaphore; variable
|
| /external/deqp/framework/delibs/decpp/ |
| D | deSemaphore.cpp | 37 Semaphore::Semaphore (int initialValue, deUint32 flags) in Semaphore() function in de::Semaphore
|
| D | deSemaphore.hpp | 42 class Semaphore class
|
| /external/python/cpython3/Doc/library/ |
| D | asyncio-sync.rst | 268 Semaphore chapter
|
| /external/tensorflow/tensorflow/compiler/xla/pjrt/ |
| D | semaphore.cc | 22 Semaphore::Semaphore(int64_t capacity) : value_(capacity) { in Semaphore() function in xla::Semaphore
|
| /external/rust/crates/vulkano/src/command_buffer/submit/ |
| D | queue_submit.rs | 139 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()
|
| D | semaphores_wait.rs | 39 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore()
|
| D | bind_sparse.rs | 317 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()
|
| D | queue_present.rs | 71 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore()
|
| /external/angle/src/libANGLE/ |
| D | Semaphore.cpp | 17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore() function in gl::Semaphore
|
| D | ResourceManager.h | 42 class Semaphore; variable
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | bounded.rs | 161 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
|
| D | chan.rs | 38 pub(crate) trait Semaphore { interface 384 impl Semaphore for bounded::Semaphore { implementation 404 impl Semaphore for unbounded::Semaphore { implementation
|
| /external/swiftshader/src/Vulkan/ |
| D | VkSemaphore.hpp | 36 class Semaphore class
|
| D | VkSemaphore.cpp | 130 Semaphore::Semaphore(VkSemaphoreType type) in Semaphore() function in vk::Semaphore
|
| /external/rust/crates/ash/src/extensions/khr/ |
| D | timeline_semaphore.rs | 32 semaphore: vk::Semaphore, in get_semaphore_counter_value()
|
| D | swapchain.rs | 48 semaphore: vk::Semaphore, in acquire_next_image()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
| D | Semaphore.kt | 25 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__.py | 192 def Semaphore(value=1): function
|
| /external/rust/crates/tokio/src/sync/tests/ |
| D | loom_semaphore_batch.rs | 118 async fn poll_and_cancel(semaphore: Arc<Semaphore>) { in concurrent_cancel()
|