Searched refs:gettime (Results 1 – 10 of 10) sorted by relevance
/third_party/libunwind/tests/ |
D | Gperf-trace.c | 49 gettime (void) in gettime() function 64 start = gettime (); in measure_unwind() 66 stop = gettime (); in measure_unwind() 164 start = gettime (); in measure_init() 167 stop = gettime (); in measure_init() 179 start = gettime (); in measure_init() 182 stop = gettime (); in measure_init() 191 start = gettime (); in measure_init() 194 stop = gettime (); in measure_init() 203 start = gettime (); in measure_init() [all …]
|
D | Gperf-simple.c | 49 gettime (void) in gettime() function 69 start = gettime (); in measure_unwind() 80 stop = gettime (); in measure_unwind() 178 start = gettime (); in measure_init() 181 stop = gettime (); in measure_init() 193 start = gettime (); in measure_init() 196 stop = gettime (); in measure_init() 205 start = gettime (); in measure_init() 208 stop = gettime (); in measure_init() 217 start = gettime (); in measure_init() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 43 int (*gettime)(clockid_t clk_id, void *ts)) in set_sig() 45 gettime(CLOCK_REALTIME, tst_ts_get(ts)); in set_sig() 52 int (*gettime)(clockid_t clk_id, void *ts)) in set_timeout() 54 gettime(CLOCK_REALTIME, tst_ts_get(ts)); in set_timeout()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait_bitset01.c | 26 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .gettime = sys_clock_gettime, .desc =… 30 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .gettime = sys_clock_gettime64, .desc =… 47 tv->gettime(clk_id, tst_ts_get(&start)); in verify_futex_wait_bitset() 52 tv->gettime(clk_id, tst_ts_get(&end)); in verify_futex_wait_bitset()
|
D | futextest.h | 73 int (*gettime)(clockid_t clk_id, void *ts); member
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_cond-smasher.c | 37 # define gettime(TS) clock_gettime(CLOCK_REALTIME, (TS)) macro
|
/third_party/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 199 microseconds where now = CLOCK_MONOTONIC gettime in ns, start = 200 CLOCK_MONOTONIC gettime at the start of the test, i = iteration number,
|
/third_party/alsa-utils/ |
D | configure.ac | 145 AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Have clock gettime])
|
/third_party/alsa-lib/ |
D | configure.ac | 299 AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Have clock gettime])
|
/third_party/NuttX/ |
D | ReleaseNotes | 30788 * [#5328](https://github.com/apache/nuttx/pull/5328) arch: Decouple up_critmon_[gettime|convert] fr…
|