Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_kqueue.cc337 void MessagePumpKqueue::SetWakeupTimerEvent(const base::TimeTicks& wakeup_time, in SetWakeupTimerEvent()
543 const base::TimeTicks& wakeup_time, in MaybeUpdateWakeupTimer()
/aosp_15_r20/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
H A Dsleep_inline.h20 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dsleep_inline.h22 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/aosp_15_r20/external/pigweed/pw_thread_embos/public/pw_thread_embos/
H A Dsleep_inline.h20 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/aosp_15_r20/external/pigweed/pw_thread/
H A Dsleep.cc25 pw_chrono_SystemClock_TimePoint wakeup_time) { in pw_this_thread_SleepUntil()
H A Dsleep_facade_test_c.c26 pw_chrono_SystemClock_TimePoint wakeup_time) { in pw_this_thread_CallSleepUntil()
/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/
H A Dsleep_inline.h42 inline void sleep_until(chrono::SystemClock::time_point wakeup_time) { in sleep_until()
/aosp_15_r20/external/pigweed/pw_thread_zephyr/
H A Dsleep.cc28 void sleep_until(SystemClock::time_point wakeup_time) { in sleep_until()
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dsimulated_clock.h56 void ScheduleWakeup(absl::Time wakeup_time) override {} in ScheduleWakeup()
H A Dclock.cc206 void RealTimeClock::ScheduleWakeup(absl::Time wakeup_time) { in ScheduleWakeup()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbackground_thread_inlines.h31 uint64_t wakeup_time) { in background_thread_wakeup_time_set()
/aosp_15_r20/external/trusty/lk/kernel/
Dtimer.c235 lk_time_ns_t wakeup_time; in timer_cancel_etc() local
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_posix.cc66 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_posix.cc78 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc514 struct itimerspec wakeup_time; in reschedule_root_alarm() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp125 void counter(nsecs_t time, nsecs_t wakeup_time, nsecs_t readyTime) { in counter()