Home
last modified time | relevance | path

Searched defs:wakeup_time (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dsleep_inline.h22 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dsleep_inline.h20 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dsleep_inline.h20 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/external/pigweed/pw_thread/
Dsleep_facade_test_c.c26 pw_chrono_SystemClock_TimePoint wakeup_time) { in pw_this_thread_CallSleepUntil()
Dsleep.cc25 pw_chrono_SystemClock_TimePoint wakeup_time) { in pw_this_thread_SleepUntil()
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dsleep_inline.h42 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/external/pigweed/pw_thread_zephyr/
Dsleep.cc28 void sleep_until(SystemClock::time_point wakeup_time) { in sleep_until()
/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_inlines.h31 uint64_t wakeup_time) { in background_thread_wakeup_time_set()
/external/cronet/base/message_loop/
Dmessage_pump_kqueue.cc322 void MessagePumpKqueue::SetWakeupTimerEvent(const base::TimeTicks& wakeup_time, in SetWakeupTimerEvent()
518 const base::TimeTicks& wakeup_time) { in MaybeUpdateWakeupTimer()
/external/cronet/base/process/
Dprocess_posix.cc73 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local
/external/libchrome/base/process/
Dprocess_posix.cc66 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local