| /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> 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/ |
| D | batch_semaphore.rs | 34 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()
|
| D | semaphore.rs | 77 pub struct Semaphore { struct 79 ll_sem: ll::Semaphore, argument 121 impl Semaphore { implementation
|
| /external/angle/src/libANGLE/renderer/ |
| D | SemaphoreImpl.h | 20 class Semaphore; variable
|
| D | ContextImpl.h | 24 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/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/tensorflow/tensorflow/compiler/xla/pjrt/ |
| D | semaphore.cc | 22 Semaphore::Semaphore(int64_t capacity) : value_(capacity) { in Semaphore() function in xla::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/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 | 24 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__.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()
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | chan.rs | 39 pub(crate) trait Semaphore { interface 361 impl Semaphore for (crate::sync::batch_semaphore::Semaphore, usize) { impl
|
| D | unbounded.rs | 73 type Semaphore = AtomicUsize; typedef
|
| /external/python/cpython3/Lib/asyncio/ |
| D | locks.py | 332 class Semaphore(_ContextManagerMixin, mixins._LoopBoundMixin): class
|