Home
last modified time | relevance | path

Searched defs:try_acquire_for (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dtimed_thread_notification_inline.h21 inline bool TimedThreadNotification::try_acquire_for( in try_acquire_for() function
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/backends/
H A Dbinary_semaphore_timed_thread_notification_inline.h21 inline bool TimedThreadNotification::try_acquire_for( in try_acquire_for() function
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
H A Dtimed_thread_notification_inline.h23 inline bool TimedThreadNotification::try_acquire_for( in try_acquire_for() function
/aosp_15_r20/external/pigweed/pw_sync_embos/
H A Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
H A Dcounting_semaphore.cc43 bool CountingSemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::CountingSemaphore
/aosp_15_r20/external/pigweed/pw_sync_zephyr/
H A Dbinary_semaphore.cc21 bool BinarySemaphore::try_acquire_for(chrono::SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/
H A Dbinary_semaphore_inline.h26 inline bool BinarySemaphore::try_acquire_for( in try_acquire_for() function
H A Dcounting_semaphore_inline.h26 inline bool CountingSemaphore::try_acquire_for( in try_acquire_for() function
/aosp_15_r20/external/pigweed/pw_sync_freertos/
H A Dbinary_semaphore.cc36 bool BinarySemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
H A Dcounting_semaphore.cc58 bool CountingSemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::CountingSemaphore
/aosp_15_r20/external/pigweed/pw_sync_threadx/
H A Dcounting_semaphore.cc29 bool CountingSemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::CountingSemaphore
H A Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/
H A Dborrow.h210 std::optional<BorrowedPointer<GuardedType, Lock>> try_acquire_for( in try_acquire_for() function