HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 276 - 300 of 396) sorted by null

<<111213141516

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 567 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
stress2.c 528 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 528 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
stress1.c 552 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
stress2.c 528 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 102 clock_gettime(CLOCK_MONOTONIC, &tm);
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 330 CLOCK_MONOTONIC, &timestamp->position, &timestamp->nanoseconds);
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 53 EVENT_TIMESTAMP, // clock_gettime(CLOCK_MONOTONIC)
605 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 68 CLOCK_MONOTONIC,
  /frameworks/base/tests/JankBench/app/src/main/jni/
Bench.cpp 45 clock_gettime(CLOCK_MONOTONIC, &t);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 112 clock_gettime(CLOCK_MONOTONIC, &t);
  /hardware/ril/libril/
ril_event.cpp 99 clock_gettime(CLOCK_MONOTONIC, &ts);
  /libcore/ojluni/src/main/native/
System.c 257 clock_gettime(CLOCK_MONOTONIC, &now);
  /system/core/liblog/
logprint.c 222 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC;
    [all...]
  /system/core/storaged/
storaged_diskstats.cpp 72 int ret = clock_gettime(CLOCK_MONOTONIC, ts);
  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 328 clock_gettime(CLOCK_MONOTONIC, &now);
432 clock_gettime(CLOCK_MONOTONIC, &timeSpec);
451 clock_gettime(CLOCK_MONOTONIC, &timeSpec);
  /external/blktrace/btreplay/
btreplay.c 343 use_clock_gettime = clock_getres(CLOCK_MONOTONIC, NULL) == 0;
349 clock_settime(CLOCK_MONOTONIC, &ts);
355 clock_gettime(CLOCK_MONOTONIC, &ts);
    [all...]
  /external/python/cpython3/Lib/test/
test_time.py 80 @unittest.skipUnless(hasattr(time, 'CLOCK_MONOTONIC'),
81 'need time.CLOCK_MONOTONIC')
83 a = time.clock_gettime(time.CLOCK_MONOTONIC)
84 b = time.clock_gettime(time.CLOCK_MONOTONIC)
103 if hasattr(time, 'CLOCK_MONOTONIC'):
105 time.clock_settime, time.CLOCK_MONOTONIC, 0)
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 352 int64_t startWhenNsec = systemTime(CLOCK_MONOTONIC);
371 if (systemTime(CLOCK_MONOTONIC) > endWhenNsec) {
511 systemTime(CLOCK_MONOTONIC) - startWhenNsec));
    [all...]
  /system/core/logd/tests/
logd_test.cpp 924 log_time now(CLOCK_MONOTONIC);
955 log_time ts(CLOCK_MONOTONIC);
957 log_time ts1(CLOCK_MONOTONIC);
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp 166 log_time ts(CLOCK_MONOTONIC);
184 if (android_log_clockid() == CLOCK_MONOTONIC) {
261 if (android_log_clockid() == CLOCK_MONOTONIC) {
481 log_time ts(CLOCK_MONOTONIC);
518 log_time ts(CLOCK_MONOTONIC);
    [all...]
  /device/google/marlin/power/
power-helper.c 325 clock_gettime(CLOCK_MONOTONIC, &cur_boost_timespec);
  /device/linaro/hikey/power/
power_hikey.c 148 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/dng_sdk/source/
dng_utils.cpp 283 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/fio/
gettime.c 139 return clock_gettime(CLOCK_MONOTONIC, ts);

Completed in 794 milliseconds

<<111213141516