Home
last modified time | relevance | path

Searched refs:SleepUntil (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish_common/common/libs/threads/
Dcuttlefish_thread_test.cpp30 static void SleepUntil(const MonotonicTimePoint& in) { in SleepUntil() function
69 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in FastThread()
73 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(10)); in FastThread()
85 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(50)); in SlowThread()
90 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SlowThread()
123 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SignalThread()
127 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SignalThread()
132 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SignalThread()
171 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SignalThread()
175 SleepUntil(MonotonicTimePoint::Now() + Milliseconds(100)); in SignalThread()
[all …]