/external/strace/xlat/ |
D | clocknames.h | 34 #if defined(CLOCK_MONOTONIC_RAW) || (defined(HAVE_DECL_CLOCK_MONOTONIC_RAW) && HAVE_DECL_CLOCK_MONO… 36 static_assert((CLOCK_MONOTONIC_RAW) == (4), "CLOCK_MONOTONIC_RAW != 4"); 39 # define CLOCK_MONOTONIC_RAW 4 100 [CLOCK_MONOTONIC_RAW] = XLAT(CLOCK_MONOTONIC_RAW),
|
D | clocknames.in | 6 CLOCK_MONOTONIC_RAW 4
|
/external/adhd/cras/src/tests/ |
D | timing_unittest.cc | 86 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 115 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 146 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 174 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 203 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 239 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 271 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 309 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 343 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F() 383 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
|
D | iodev_stub.cc | 47 clock_gettime(CLOCK_MONOTONIC_RAW, tstamp); in cras_iodev_frames_queued() 138 clock_gettime(CLOCK_MONOTONIC_RAW, hw_tstamp); in cras_iodev_frames_to_play_in_sleep()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | adjtick.c | 28 #define CLOCK_MONOTONIC_RAW 4 macro 76 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 83 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 176 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | raw_skew.c | 30 #define CLOCK_MONOTONIC_RAW 4 macro 79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | set-timer-lat.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 69 case CLOCK_MONOTONIC_RAW: in clockstring() 269 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
|
D | nanosleep.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | freq-step.c | 63 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1); in get_sample() 65 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample() 216 if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts)) { in init_test()
|
D | alarmtimer-suspend.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 68 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | inconsistency-check.c | 40 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | nsleep-lat.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
/external/ltp/include/lapi/ |
D | posix_clocks.h | 22 #ifndef CLOCK_MONOTONIC_RAW 23 # define CLOCK_MONOTONIC_RAW 4 macro
|
/external/adhd/cras/src/server/ |
D | cras_tm.c | 71 clock_gettime(CLOCK_MONOTONIC_RAW, &t->ts); in cras_tm_create_timer() 115 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in cras_tm_get_next_timeout() 132 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in cras_tm_call_callbacks()
|
D | cras_empty_iodev.c | 79 clock_gettime(CLOCK_MONOTONIC_RAW, tstamp); in frames_queued() 111 clock_gettime(CLOCK_MONOTONIC_RAW, &empty_iodev->last_buffer_access); in configure_dev() 144 clock_gettime(CLOCK_MONOTONIC_RAW, &empty_iodev->last_buffer_access); in put_buffer() 167 clock_gettime(CLOCK_MONOTONIC_RAW, in flush_buffer()
|
D | cras_loopback_iodev.c | 74 clock_gettime(CLOCK_MONOTONIC_RAW, &loopdev->last_filled); in sample_hook() 146 clock_gettime(CLOCK_MONOTONIC_RAW, in frames_queued() 184 clock_gettime(CLOCK_MONOTONIC_RAW, &loopdev->last_filled); in configure_record_dev()
|
D | dev_io.c | 120 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in fetch_streams() 294 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in get_input_dev_max_wake_ts() 314 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in set_input_dev_wake_ts() 322 clock_gettime(CLOCK_MONOTONIC_RAW, &level_tstamp); in set_input_dev_wake_ts() 582 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in update_dev_wakeup_time()
|
D | dev_stream.c | 508 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in check_next_wake_time() 526 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in late_enough_for_capture_callback() 584 cras_clock_gettime(CLOCK_MONOTONIC_RAW, ts); in cras_set_playback_timestamp() 602 cras_clock_gettime(CLOCK_MONOTONIC_RAW, ts); in cras_set_capture_timestamp()
|
D | polled_interval_checker.c | 24 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in pic_update_current_time()
|
/external/ltp/testcases/kernel/timers/include/ |
D | common_timers.h | 23 CLOCK_MONOTONIC_RAW, 49 CLOCK_TO_STR(CLOCK_MONOTONIC_RAW); in get_clock_str()
|
/external/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 123 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_start); in load_cpu() 130 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_end); in load_cpu()
|
/external/ImageMagick/MagickCore/ |
D | timer.c | 194 #elif defined(CLOCK_MONOTONIC_RAW) in ElapsedTime() 195 # define CLOCK_ID CLOCK_MONOTONIC_RAW in ElapsedTime()
|
/external/adhd/cras/src/common/ |
D | cras_util.c | 188 rc = clock_gettime(CLOCK_MONOTONIC_RAW, &future); in cras_poll() 208 clock_gettime(CLOCK_MONOTONIC_RAW, &now); in cras_poll()
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 78 #define CLOCK_MONOTONIC_RAW 4 macro
|
/external/ltp/lib/ |
D | tst_timer.c | 29 case CLOCK_MONOTONIC_RAW: in clock_name()
|