Searched
refs:clock_gettime (Results
326 -
350 of
638) sorted by null
<<11121314151617181920>>
/hardware/qcom/gps/msm8909/utils/ |
LocTimer.cpp | 364 clock_gettime(CLOCK_BOOTTIME, &now); 549 clock_gettime(CLOCK_BOOTTIME, &futureTime); 650 clock_gettime(CLOCK_BOOTTIME, &now); 659 clock_gettime(CLOCK_BOOTTIME, &now);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_timer.c | 74 clock_gettime(CLOCK_REALTIME, &ts);
|
/hardware/qcom/gps/msm8996/utils/ |
LocTimer.cpp | 363 clock_gettime(CLOCK_BOOTTIME, &now); 547 clock_gettime(CLOCK_BOOTTIME, &futureTime); 648 clock_gettime(CLOCK_BOOTTIME, &now); 657 clock_gettime(CLOCK_BOOTTIME, &now);
|
/hardware/qcom/gps/msm8998/utils/ |
LocTimer.cpp | 364 clock_gettime(CLOCK_BOOTTIME, &now); 553 clock_gettime(CLOCK_BOOTTIME, &futureTime); 654 clock_gettime(CLOCK_BOOTTIME, &now); 663 clock_gettime(CLOCK_BOOTTIME, &now);
|
/hardware/qcom/gps/sdm845/utils/ |
LocTimer.cpp | 363 clock_gettime(CLOCK_BOOTTIME, &now); 554 clock_gettime(CLOCK_BOOTTIME, &futureTime); 660 clock_gettime(CLOCK_BOOTTIME, &now); 669 clock_gettime(CLOCK_BOOTTIME, &now);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/ |
chrono.cpp | 17 #include <time.h> // clock_gettime, CLOCK_MONOTONIC 121 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp)) 122 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
|
/system/connectivity/wificond/tests/ |
shell_utils.cpp | 52 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/system/core/libbacktrace/ |
ThreadEntry.cpp | 101 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/system/core/liblog/tests/ |
log_read_test.cpp | 42 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/system/core/libutils/include/utils/ |
Condition.h | 121 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/ |
perf.h | 136 clock_gettime(CLOCK_MONOTONIC, &ts);
|
/external/android-clat/ |
clatd_microbenchmark.c | 144 clock_gettime(CLOCK_MONOTONIC, &tv1); 155 clock_gettime(CLOCK_MONOTONIC, &tv2);
|
/external/google-benchmark/src/ |
timers.cc | 118 // clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) returns 0 on Emscripten. 124 // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See 127 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &spec) == 0) 129 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed"); 148 // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See 163 if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts) == 0) return MakeTime(ts); 164 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");
|
/external/libcxx/utils/google-benchmark/src/ |
timers.cc | 103 // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See 107 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &spec) == 0) 109 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed"); 123 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed"); 128 // FIXME We want to use clock_gettime, but its not available in MacOS 10.11. See 132 if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts) == 0) return MakeTime(ts); 133 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");
|
/external/libusb/libusb/os/ |
haiku_usb_raw.cpp | 192 return clock_gettime(CLOCK_REALTIME, tp); 194 return clock_gettime(CLOCK_MONOTONIC, tp); 241 /*.clock_gettime =*/ haiku_clock_gettime,
|
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
mq_timedreceive01.c | 206 clock_gettime(CLOCK_REALTIME, &eintr_ts); 215 clock_gettime(CLOCK_REALTIME, &timeout_ts);
|
/external/ltp/testcases/realtime/func/gtod_latency/ |
gtod_latency.c | 307 clock_gettime(CLOCK_MONOTONIC, &start_data[k]); 308 clock_gettime(CLOCK_MONOTONIC, &stop_data[k]);
|
/external/tinyalsa/ |
tinycap.c | 234 clock_gettime(CLOCK_MONOTONIC, &now); 245 clock_gettime(CLOCK_MONOTONIC, &now);
|
tinyhostless.c | 295 clock_gettime(CLOCK_MONOTONIC, &now); 316 clock_gettime(CLOCK_MONOTONIC, &now);
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellWayland.cpp | 44 void reset() { clock_gettime(CLOCK_MONOTONIC, &start_); } 48 clock_gettime(CLOCK_MONOTONIC, &now);
|
ShellXcb.cpp | 37 clock_gettime(CLOCK_MONOTONIC, &start_); 43 clock_gettime(CLOCK_MONOTONIC, &now);
|
/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_Measure.c | 300 if (clock_gettime(CLOCK_MONOTONIC, &tsstart) < 0) { 380 if (clock_gettime(CLOCK_MONOTONIC, &tsend) < 0) {
|
/system/extras/tests/sdcard/ |
stopwatch.cpp | 81 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime); 95 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
|
/external/fio/ |
gettime.c | 137 return clock_gettime(CLOCK_MONOTONIC_RAW, ts); 139 return clock_gettime(CLOCK_MONOTONIC, ts); 141 return clock_gettime(CLOCK_REALTIME, ts); 159 log_err("fio: clock_gettime fails\n");
|
/bionic/tests/ |
system_properties_test2.cpp | 30 clock_gettime(CLOCK_MONOTONIC, &now);
|
Completed in 1491 milliseconds
<<11121314151617181920>>