Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_embos/
Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::BinarySemaphore
Dcounting_semaphore.cc43 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::CountingSemaphore
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dcounting_semaphore_inline.h28 inline bool CountingSemaphore::try_acquire_for( in try_acquire_for() function
Dbinary_semaphore_inline.h26 inline bool BinarySemaphore::try_acquire_for( in try_acquire_for() function
/external/pigweed/pw_sync_freertos/
Dbinary_semaphore.cc36 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::BinarySemaphore
Dcounting_semaphore.cc56 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::CountingSemaphore
/external/pigweed/pw_sync_threadx/
Dcounting_semaphore.cc29 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::CountingSemaphore
Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for() function in pw::sync::BinarySemaphore