Home
last modified time | relevance | path

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

12

/external/rust/crates/tokio/src/sync/
Dbatch_semaphore.rs33 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()
Dsemaphore.rs29 pub struct Semaphore { struct
31 ll_sem: ll::Semaphore, argument
73 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.rst270 Semaphore chapter
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore.cc22 Semaphore::Semaphore(int64 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/llvm-project/clang-tools-extra/clangd/support/
DThreading.cpp34 Semaphore::Semaphore(std::size_t MaxLocks) : FreeSlots(MaxLocks) {} in Semaphore() function in clang::clangd::Semaphore
/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
Dsynchronize.py108 class Semaphore(SemLock): class
/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/
Dunbounded.rs73 type Semaphore = AtomicUsize; typedef
Dchan.rs36 pub(crate) trait Semaphore { interface
313 impl Semaphore for (crate::sync::batch_semaphore::Semaphore, usize) { impl
Dbounded.rs105 type Semaphore = (semaphore::Semaphore, usize); typedef
/external/python/cpython3/Lib/asyncio/
Dlocks.py354 class Semaphore(_ContextManagerMixin): class
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py123 class Semaphore(SemLock): class
Dcontext.py80 def Semaphore(self, value=1): member in BaseContext
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp503 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/
DvktApiObjectManagementTests.cpp1043 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()

12