/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
8-1.c | 73 clock_gettime(CLOCK_REALTIME, &ts); 83 clock_gettime(CLOCK_REALTIME, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/ |
3-1.c | 48 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) { 49 perror("clock_gettime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
5-1.c | 68 if (clock_gettime(CLOCK_REALTIME, &beforets) != 0) { 69 perror("clock_gettime() did not return success\n");
|
5-3.c | 74 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) { 75 perror("clock_gettime() did not return success\n");
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
twoevtimers.c | 75 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) { 76 perror("clock_gettime() did not return success\n");
|
/external/wayland/tests/ |
fixed-benchmark.c | 85 clock_gettime(CLOCK_MONOTONIC, &start); 87 clock_gettime(CLOCK_MONOTONIC, &stop);
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_posix.cc | 95 clock_gettime(CLOCK_REALTIME, &ts); 97 clock_gettime(CLOCK_MONOTONIC, &ts);
|
event_timer_posix.cc | 79 clock_gettime(CLOCK_REALTIME, &end_at); 81 clock_gettime(CLOCK_MONOTONIC, &end_at); 176 clock_gettime(CLOCK_REALTIME, &created_at_); 178 clock_gettime(CLOCK_MONOTONIC, &created_at_);
|
/frameworks/base/core/jni/ |
android_os_SystemClock.cpp | 54 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm); 66 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
|
/hardware/libhardware/modules/local_time/ |
local_time_hw.c | 44 ret = clock_gettime(CLOCK_MONOTONIC, &ts); 60 // For better or worse, linux clock_gettime routines normalize all clock
|
/packages/experimental/RpcPerformance/ |
rpcperftest.cpp | 81 clock_gettime(CLOCK_MONOTONIC, &before); 89 clock_gettime(CLOCK_MONOTONIC, &after);
|
/system/update_engine/common/ |
clock.cc | 29 if (clock_gettime(CLOCK_MONOTONIC_RAW, &now_ts) != 0) { 45 if (clock_gettime(CLOCK_BOOTTIME, &now_ts) != 0) {
|
/test/vts/drivers/hal/libmeasurement/ |
vts_measurement.cpp | 81 clock_gettime(CLOCK_REALTIME, &ts_); 91 clock_gettime(CLOCK_REALTIME, &ts_now);
|
/build/kati/ |
timeutil.cc | 27 clock_gettime(CLOCK_REALTIME, &ts);
|
/device/generic/goldfish/dhcp/client/ |
timer.cpp | 23 clock_gettime(CLOCK_MONOTONIC, &time);
|
/external/adhd/cras/src/server/ |
audio_thread_log.h | 56 clock_gettime(CLOCK_MONOTONIC_RAW, &now);
|
cras_empty_iodev.c | 76 clock_gettime(CLOCK_MONOTONIC_RAW, tstamp); 108 clock_gettime(CLOCK_MONOTONIC_RAW, &empty_iodev->last_buffer_access); 141 clock_gettime(CLOCK_MONOTONIC_RAW, &empty_iodev->last_buffer_access); 164 clock_gettime(CLOCK_MONOTONIC_RAW,
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
time_utils.cc | 17 CHECK(clock_gettime(CLOCK_MONOTONIC_COARSE, &ts) == 0);
|
/external/libmicrohttpd/src/microspdy/ |
internal.c | 35 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
|
/external/ltp/lib/ |
tst_clocks.c | 19 * clock_gettime() and clock_getres() functions
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/ |
1-1.c | 58 if (clock_gettime(clockid, &tp1) != 0) {
|
1-2.c | 49 if (clock_gettime(clockid, &tp1) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
2-1.c | 120 rc = clock_gettime(CLOCK_REALTIME, &ts); 122 perror("clock_gettime()"); 145 rc = clock_gettime(CLOCK_REALTIME, &ts); 147 perror("clock_gettime()");
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
mediacodec-arm.policy | 7 clock_gettime: 1
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
mediaextractor-x86.policy | 14 clock_gettime: 1
|