HomeSort by relevance Sort by last modified time
    Searched defs:SleepFunction (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/runtest/
run_and_sleep.cpp 23 uint64_t noinline SleepFunction(unsigned long long sleep_time_in_ns) {
38 total_sleep_time_in_ns += SleepFunction(total_run_time_in_ns - total_sleep_time_in_ns);
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp 78 static uint64_t noinline SleepFunction(unsigned long long sleep_time_in_ns) {
94 total_sleep_time_in_ns += SleepFunction(total_run_time_in_ns - total_sleep_time_in_ns);

Completed in 210 milliseconds