/external/rust/crates/tokio/src/sync/ |
D | batch_semaphore.rs | 33 pub(crate) struct Semaphore { struct 44 /// Error returned from the [`Semaphore::try_acquire`] function. argument 107 impl Semaphore { impl 398 impl fmt::Debug for Semaphore { implementation 460 fn new(semaphore: &'a Semaphore, num_permits: u32) -> Self { in new() 469 fn project(self: Pin<&mut Self>) -> (Pin<&mut Waiter>, &Semaphore, u32, &mut bool) { in project()
|
D | semaphore.rs | 29 pub struct Semaphore { struct 31 ll_sem: ll::Semaphore, argument 73 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 | 270 Semaphore chapter
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | semaphore.cc | 22 Semaphore::Semaphore(int64 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/llvm-project/clang-tools-extra/clangd/support/ |
D | Threading.cpp | 34 Semaphore::Semaphore(std::size_t MaxLocks) : FreeSlots(MaxLocks) {} in Semaphore() function in clang::clangd::Semaphore
|
/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
|
D | synchronize.py | 108 class Semaphore(SemLock): class
|
/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 | unbounded.rs | 73 type Semaphore = AtomicUsize; typedef
|
D | chan.rs | 36 pub(crate) trait Semaphore { interface 313 impl Semaphore for (crate::sync::batch_semaphore::Semaphore, usize) { impl
|
D | bounded.rs | 105 type Semaphore = (semaphore::Semaphore, usize); typedef
|
/external/python/cpython3/Lib/asyncio/ |
D | locks.py | 354 class Semaphore(_ContextManagerMixin): class
|
/external/python/cpython3/Lib/multiprocessing/ |
D | synchronize.py | 123 class Semaphore(SemLock): class
|
D | context.py | 80 def Semaphore(self, value=1): member in BaseContext
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 503 struct Semaphore struct 505 typedef VkSemaphore Type; 507 struct Parameters 516 struct Resources 521 …tatic Move<VkSemaphore> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1043 struct Semaphore struct 1045 typedef VkSemaphore Type; 1047 struct Parameters 1056 struct Resources 1061 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent() 1066 …tatic Move<VkSemaphore> create (const Environment& env, const Resources&, const Parameters& params) in create()
|