HomeSort by relevance Sort by last modified time
    Searched refs:sleep_duration (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/controllers/freezer/
vfork.c 119 struct timespec sleep_duration; variable in typeref:struct:timespec
124 int rc = nanosleep(&sleep_duration, &sleep_duration);
150 sleep_duration.tv_sec = 0U;
151 sleep_duration.tv_nsec = 0U;
165 sleep_duration.tv_sec = 1;
174 sleep_duration.tv_sec = duration;
176 sleep_duration.tv_nsec = duration * 1000000U;
178 sleep_duration.tv_nsec = duration * 1000U;
180 sleep_duration.tv_sec = duration * 60U
    [all...]
  /external/google-benchmark/test/
options_test.cc 16 std::chrono::milliseconds sleep_duration(state.range(0));
19 std::chrono::duration_cast<std::chrono::nanoseconds>(sleep_duration));
benchmark_test.cc 184 std::chrono::duration<double, std::micro> sleep_duration{
191 std::chrono::duration_cast<std::chrono::nanoseconds>(sleep_duration));
  /external/libcxx/utils/google-benchmark/test/
options_test.cc 16 std::chrono::milliseconds sleep_duration(state.range(0));
19 std::chrono::duration_cast<std::chrono::nanoseconds>(sleep_duration));
benchmark_test.cc 184 std::chrono::duration<double, std::micro> sleep_duration{
191 std::chrono::duration_cast<std::chrono::nanoseconds>(sleep_duration));
  /external/autotest/site_utils/stats/
mysql_stats.py 169 sleep_duration = LOOP_INTERVAL - time_spent
170 time.sleep(max(0, sleep_duration))
  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer_test.py 52 def doRaiseIfExceptionElseSleepFor(self, sleep_duration):
55 time.sleep(sleep_duration)
  /external/toolchain-utils/crb/
autotest_run.py 218 sleep_duration = 10
219 time.sleep(sleep_duration)

Completed in 989 milliseconds