Home
last modified time | relevance | path

Searched defs:sleep_duration (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
Dsleep_inline.h24 inline void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for()
/external/pigweed/pw_thread/
Dsleep_facade_test_c.c21 pw_chrono_SystemClock_Duration sleep_duration) { in pw_this_thread_CallSleepFor()
Dsleep.cc20 pw_chrono_SystemClock_Duration sleep_duration) { in pw_this_thread_SleepFor()
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dsleep_inline.h24 inline void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for()
/external/pigweed/pw_thread_embos/
Dsleep.cc29 void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for()
/external/pigweed/pw_thread_freertos/
Dsleep.cc30 void sleep_for(SystemClock::duration sleep_duration) { in sleep_for()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbounded_executor_test.cc35 std::function<void()> MakeTask(int task_id, absl::Duration sleep_duration) { in MakeTask()
41 void Run(int task_id, absl::Duration sleep_duration) { in Run()
/external/pigweed/pw_thread_threadx/
Dsleep.cc29 void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for()
/external/google-benchmark/test/
Doptions_test.cc16 std::chrono::milliseconds sleep_duration(state.range(0)); in BM_basic_slow() local
Dbenchmark_test.cc184 std::chrono::duration<double, std::micro> sleep_duration{ in BM_ManualTiming() local
/external/libcxx/utils/google-benchmark/test/
Doptions_test.cc16 std::chrono::milliseconds sleep_duration(state.range(0)); in BM_basic_slow() local
Dbenchmark_test.cc184 std::chrono::duration<double, std::micro> sleep_duration{ in BM_ManualTiming() local
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c119 struct timespec sleep_duration; variable
/external/chromium-trace/catapult/devil/devil/utils/
Dparallelizer_test.py52 def doRaiseIfExceptionElseSleepFor(self, sleep_duration): argument