Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dsemaphore.rs35 pub struct Semaphore { struct
36 handle: ash::vk::Semaphore, argument
41 export_handle_types: ExternalSemaphoreHandleTypes, argument
43 state: Mutex<SemaphoreState>, argument
46 impl Semaphore { argument
52 ) -> Result<Semaphore, SemaphoreError> { in new()
115 ) -> Result<Semaphore, VulkanError> { in new_unchecked()
170 pub fn from_pool(device: Arc<Device>) -> Result<Semaphore, SemaphoreError> { in from_pool()
201 handle: ash::vk::Semaphore, in from_handle()
203 ) -> Semaphore { in from_handle()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbatch_semaphore.rs35 pub(crate) struct Semaphore { struct
48 /// Error returned from the [`Semaphore::try_acquire`] function. argument
122 impl Semaphore { implementation
525 impl fmt::Debug for Semaphore { implementation
622 fn new(semaphore: &'a Semaphore, num_permits: usize) -> Self { in new()
666 fn project(self: Pin<&mut Self>) -> (Pin<&mut Waiter>, &Semaphore, usize, &mut bool) { in project()
Dsemaphore.rs392 pub struct Semaphore { struct
394 ll_sem: ll::Semaphore, argument
403 /// [`acquire`]: crate::sync::Semaphore::acquire() argument
440 impl Semaphore { impl
1180 pub fn semaphore(&self) -> &Arc<Semaphore> { in semaphore()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/
Dpoll_semaphore.rs36 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()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DSemaphore.java162 public class Semaphore implements java.io.Serializable { class
270 public Semaphore(int permits) { in Semaphore() method in Semaphore
285 public Semaphore(int permits, boolean fair) { in Semaphore() method in Semaphore
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DSemaphore.java162 public class Semaphore implements java.io.Serializable { class
270 public Semaphore(int permits) { in Semaphore() method in Semaphore
285 public Semaphore(int permits, boolean fair) { in Semaphore() method in Semaphore
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DSemaphore.java162 public class Semaphore implements java.io.Serializable { class
270 public Semaphore(int permits) { in Semaphore() method in Semaphore
285 public Semaphore(int permits, boolean fair) { in Semaphore() method in Semaphore
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dchan.rs40 pub(crate) trait Semaphore { interface
546 impl Semaphore for bounded::Semaphore { implementation
570 impl Semaphore for unbounded::Semaphore { implementation
Dbounded.rs173 pub(crate) struct Semaphore { struct
174 pub(crate) semaphore: semaphore::Semaphore, argument
179 pub(crate) fn new(chan: chan::Rx<T, Semaphore>) -> Receiver<T> { in new() argument
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
H A DSemaphore.kt21 public interface Semaphore { in <lambda>() interface
68 public fun Semaphore(permits: Int, acquiredPermits: Int = 0): Semaphore = SemaphoreImpl(permits, ac… in Semaphore() method
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DSemaphoreImpl.h20 class Semaphore; variable
H A DContextImpl.h25 class Semaphore; variable
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSemaphore.cpp37 Semaphore::Semaphore(int initialValue, uint32_t flags) in Semaphore() function in de::Semaphore
H A DdeSemaphore.hpp42 class Semaphore class
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/util/
DSyncUtilsKt.java11 kotlin.jvm.functions.Function1<? super kotlinx.coroutines.sync.Semaphore, ? extends R> block) { in withSemaphore()
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-sync.rst269 Semaphore chapter
/aosp_15_r20/external/cronet/base/task/thread_pool/semaphore/
H A Dsemaphore_apple.cc22 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
H A Dsemaphore_default.cc21 Semaphore::Semaphore(int count) : native_handle_(count) { in Semaphore() function in base::internal::Semaphore
H A Dsemaphore_win.cc22 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
H A Dsemaphore_posix.cc43 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dsemaphore.cc22 Semaphore::Semaphore(int64_t capacity) : value_(capacity) { in Semaphore() function in xla::Semaphore
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp515 struct Semaphore struct
517 typedef VkSemaphore Type;
519 struct Parameters
528 struct Resources
535 …tatic Move<VkSemaphore> create(const Environment &env, const Resources &, const Parameters &params) in create()
H A DvktMemoryDeviceMemoryReportTests.cpp492 struct Semaphore struct
494 typedef VkSemaphore Type;
496 struct Parameters
505 struct Resources
512 …tatic Move<VkSemaphore> create(const Environment &env, const Resources &, const Parameters &params) in create()
/aosp_15_r20/external/angle/src/libANGLE/
H A DSemaphore.cpp17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore() function in gl::Semaphore
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp36 class Semaphore class

12345678910>>...27