/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
H A D | timed_thread_notification_inline.h | 21 inline bool TimedThreadNotification::try_acquire_for( in try_acquire_for() function
|
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/backends/ |
H A D | binary_semaphore_timed_thread_notification_inline.h | 21 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 D | timed_thread_notification_inline.h | 23 inline bool TimedThreadNotification::try_acquire_for( in try_acquire_for() function
|
/aosp_15_r20/external/pigweed/pw_sync_embos/ |
H A D | binary_semaphore.cc | 29 bool BinarySemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
|
H A D | counting_semaphore.cc | 43 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 D | binary_semaphore.cc | 21 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 D | binary_semaphore_inline.h | 26 inline bool BinarySemaphore::try_acquire_for( in try_acquire_for() function
|
H A D | counting_semaphore_inline.h | 26 inline bool CountingSemaphore::try_acquire_for( in try_acquire_for() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | binary_semaphore.cc | 36 bool BinarySemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::BinarySemaphore
|
H A D | counting_semaphore.cc | 58 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 D | counting_semaphore.cc | 29 bool CountingSemaphore::try_acquire_for(SystemClock::duration timeout) { in try_acquire_for() function in pw::sync::CountingSemaphore
|
H A D | binary_semaphore.cc | 29 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 D | borrow.h | 210 std::optional<BorrowedPointer<GuardedType, Lock>> try_acquire_for( in try_acquire_for() function
|