Home
last modified time | relevance | path

Searched defs:try_acquire (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dthread_notification_inline.h40 inline bool ThreadNotification::try_acquire() { in try_acquire() function
H A Dcounting_semaphore_inline.h54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
H A Dbinary_semaphore_inline.h65 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
H A Dthread_notification_inline.h32 inline bool ThreadNotification::try_acquire() { in try_acquire() function
H A Dbinary_semaphore_inline.h42 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/backends/
H A Dbinary_semaphore_thread_notification_inline.h26 inline bool ThreadNotification::try_acquire() { in try_acquire() function
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dcounting_semaphore_inline.h39 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
H A Dbinary_semaphore_inline.h39 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dcounting_semaphore_inline.h54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
H A Dbinary_semaphore_inline.h53 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/aosp_15_r20/external/pytorch/torch/utils/
H A Dfile_baton.py22 def try_acquire(self): member in FileBaton
/aosp_15_r20/external/pigweed/pw_sync_stl/
H A Dbinary_semaphore.cc36 bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::BinarySemaphore
H A Dcounting_semaphore.cc39 bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::CountingSemaphore
/aosp_15_r20/external/pigweed/pw_chrono_stl/
H A Dsystem_timer.cc25 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 Dborrow.h193 std::optional<BorrowedPointer<GuardedType, Lock>> try_acquire() const in try_acquire() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_semaphore_owned.rs10 fn try_acquire() { in try_acquire() function
Dsync_semaphore.rs16 fn try_acquire() { in try_acquire() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dsemaphore.rs674 pub fn try_acquire(&self) -> Result<SemaphorePermit<'_>, TryAcquireError> { in try_acquire() method
Dbatch_semaphore.rs266 pub(crate) fn try_acquire(&self, num_permits: usize) -> Result<(), TryAcquireError> { in try_acquire() method