Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dthread_notification_inline.h40 inline bool ThreadNotification::try_acquire() { in try_acquire() function
Dcounting_semaphore_inline.h54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
Dbinary_semaphore_inline.h65 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/external/pigweed/pw_sync/public/pw_sync/backends/
Dbinary_semaphore_thread_notification_inline.h26 inline bool ThreadNotification::try_acquire() { in try_acquire() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dcounting_semaphore_inline.h39 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
Dbinary_semaphore_inline.h39 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
Dbinary_semaphore_inline.h42 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dcounting_semaphore_inline.h54 inline bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function
Dbinary_semaphore_inline.h53 inline bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function
/external/pigweed/pw_sync_stl/
Dbinary_semaphore.cc36 bool BinarySemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::BinarySemaphore
Dcounting_semaphore.cc39 bool CountingSemaphore::try_acquire() noexcept { in try_acquire() function in pw::sync::CountingSemaphore
/external/pigweed/pw_sync/public/pw_sync/
Dborrow.h131 std::optional<BorrowedPointer<GuardedType, Lock>> try_acquire() { in try_acquire() function
/external/rust/crates/tokio/tests/
Dsync_semaphore.rs16 fn try_acquire() { in try_acquire() function
Dsync_semaphore_owned.rs10 fn try_acquire() { in try_acquire() function
/external/rust/crates/tokio/src/sync/
Dsemaphore.rs330 pub fn try_acquire(&self) -> Result<SemaphorePermit<'_>, TryAcquireError> { in try_acquire() method
Dbatch_semaphore.rs244 pub(crate) fn try_acquire(&self, num_permits: u32) -> Result<(), TryAcquireError> { in try_acquire() method