/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
H A D | thread_notification_inline.h | 40 inline bool ThreadNotification::try_acquire() { in try_acquire() function
|
H A D | counting_semaphore_inline.h | 54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
|
H A D | binary_semaphore_inline.h | 65 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
|
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/ |
H A D | thread_notification_inline.h | 32 inline bool ThreadNotification::try_acquire() { in try_acquire() function
|
H A D | binary_semaphore_inline.h | 42 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
|
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/backends/ |
H A D | binary_semaphore_thread_notification_inline.h | 26 inline bool ThreadNotification::try_acquire() { in try_acquire() function
|
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
H A D | counting_semaphore_inline.h | 39 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
|
H A D | binary_semaphore_inline.h | 39 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
|
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
H A D | counting_semaphore_inline.h | 54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
|
H A D | binary_semaphore_inline.h | 53 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | file_baton.py | 22 def try_acquire(self): member in FileBaton
|
/aosp_15_r20/external/pigweed/pw_sync_stl/ |
H A D | binary_semaphore.cc | 36 bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::BinarySemaphore
|
H A D | counting_semaphore.cc | 39 bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::CountingSemaphore
|
/aosp_15_r20/external/pigweed/pw_chrono_stl/ |
H A D | system_timer.cc | 25 bool NoDepsTimedThreadNotification::try_acquire() { in try_acquire() function in pw::chrono::backend::internal::NoDepsTimedThreadNotification
|
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/ |
H A D | borrow.h | 193 std::optional<BorrowedPointer<GuardedType, Lock>> try_acquire() const in try_acquire() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_semaphore_owned.rs | 10 fn try_acquire() { in try_acquire() function
|
D | sync_semaphore.rs | 16 fn try_acquire() { in try_acquire() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | semaphore.rs | 674 pub fn try_acquire(&self) -> Result<SemaphorePermit<'_>, TryAcquireError> { in try_acquire() method
|
D | batch_semaphore.rs | 266 pub(crate) fn try_acquire(&self, num_permits: usize) -> Result<(), TryAcquireError> { in try_acquire() method
|