Home
last modified time | relevance | path

Searched defs:for_at_least (Results 1 – 25 of 26) sorted by relevance

12

/external/pigweed/pw_i2c/public/pw_i2c/
Dinitiator.h75 chrono::SystemClock::duration for_at_least) { in WriteReadFor()
83 chrono::SystemClock::duration for_at_least) { in WriteReadFor()
112 chrono::SystemClock::duration for_at_least) { in WriteFor()
118 chrono::SystemClock::duration for_at_least) { in WriteFor()
146 chrono::SystemClock::duration for_at_least) { in ReadFor()
153 chrono::SystemClock::duration for_at_least) { in ReadFor()
179 chrono::SystemClock::duration for_at_least) { in ProbeDeviceFor()
/external/pigweed/pw_thread/
Dsleep.cc20 pw_chrono_SystemClock_Duration for_at_least) { in pw_this_thread_SleepFor()
Dsleep_facade_test_c.c20 void pw_this_thread_CallSleepFor(pw_chrono_SystemClock_Duration for_at_least) { in pw_this_thread_CallSleepFor()
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dtimed_mutex_inline.h22 chrono::SystemClock::duration for_at_least) { in try_lock_for()
Dbinary_semaphore_inline.h27 chrono::SystemClock::duration for_at_least) { in try_acquire_for()
Dcounting_semaphore_inline.h29 chrono::SystemClock::duration for_at_least) { in try_acquire_for()
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dsleep_inline.h23 inline void sleep_for(chrono::SystemClock::duration for_at_least) { in sleep_for()
/external/pigweed/pw_thread_embos/
Dsleep.cc29 void sleep_for(chrono::SystemClock::duration for_at_least) { in sleep_for()
/external/pigweed/pw_sync_embos/
Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
Dtimed_mutex.cc29 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for()
Dcounting_semaphore.cc43 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
/external/pigweed/pw_sync_freertos/
Dtimed_mutex.cc30 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for()
Dbinary_semaphore.cc36 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
Dcounting_semaphore.cc56 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
/external/pigweed/pw_thread_freertos/
Dsleep.cc30 void sleep_for(SystemClock::duration for_at_least) { in sleep_for()
/external/pigweed/pw_thread_threadx/
Dsleep.cc29 void sleep_for(chrono::SystemClock::duration for_at_least) { in sleep_for()
/external/pigweed/pw_sync_threadx/
Dcounting_semaphore.cc29 bool CountingSemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
Dbinary_semaphore.cc29 bool BinarySemaphore::try_acquire_for(SystemClock::duration for_at_least) { in try_acquire_for()
Dtimed_mutex.cc29 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for()
/external/pigweed/pw_sync/
Dtimed_mutex.cc28 pw_sync_TimedMutex* mutex, pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_TimedMutex_TryLockFor()
Dtimed_mutex_facade_test_c.c31 pw_sync_TimedMutex* mutex, pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_TimedMutex_CallTryLockFor()
Dbinary_semaphore_facade_test_c.c37 pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_BinarySemaphore_CallTryAcquireFor()
Dbinary_semaphore.cc36 pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_BinarySemaphore_TryAcquireFor()
Dcounting_semaphore.cc41 pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_CountingSemaphore_TryAcquireFor()
Dcounting_semaphore_facade_test_c.c44 pw_chrono_SystemClock_Duration for_at_least) { in pw_sync_CountingSemaphore_CallTryAcquireFor()

12