/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/ |
D | semaphore.rs | 35 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/ |
D | batch_semaphore.rs | 35 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()
|
D | semaphore.rs | 392 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/ |
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()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Semaphore.java | 162 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/ |
D | Semaphore.java | 162 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 D | Semaphore.java | 162 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/ |
D | chan.rs | 40 pub(crate) trait Semaphore { interface 546 impl Semaphore for bounded::Semaphore { implementation 570 impl Semaphore for unbounded::Semaphore { implementation
|
D | bounded.rs | 173 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 D | Semaphore.kt | 21 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 D | SemaphoreImpl.h | 20 class Semaphore; variable
|
H A D | ContextImpl.h | 25 class Semaphore; variable
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deSemaphore.cpp | 37 Semaphore::Semaphore(int initialValue, uint32_t flags) in Semaphore() function in de::Semaphore
|
H A D | deSemaphore.hpp | 42 class Semaphore class
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/util/ |
D | SyncUtilsKt.java | 11 kotlin.jvm.functions.Function1<? super kotlinx.coroutines.sync.Semaphore, ? extends R> block) { in withSemaphore()
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | asyncio-sync.rst | 269 Semaphore chapter
|
/aosp_15_r20/external/cronet/base/task/thread_pool/semaphore/ |
H A D | semaphore_apple.cc | 22 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
|
H A D | semaphore_default.cc | 21 Semaphore::Semaphore(int count) : native_handle_(count) { in Semaphore() function in base::internal::Semaphore
|
H A D | semaphore_win.cc | 22 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
|
H A D | semaphore_posix.cc | 43 Semaphore::Semaphore(int count) { in Semaphore() function in base::internal::Semaphore
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | semaphore.cc | 22 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 D | vktMemoryAddressBindingTests.cpp | 515 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 ¶ms) in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 492 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 ¶ms) in create()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Semaphore.cpp | 17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore() function in gl::Semaphore
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkSemaphore.hpp | 36 class Semaphore class
|