Home
last modified time | relevance | path

Searched refs:gettime (Results 1 – 10 of 10) sorted by relevance

/third_party/libunwind/tests/
DGperf-trace.c49 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 …]
DGperf-simple.c49 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/
Dmq_timed.h43 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/
Dfutex_wait_bitset01.c26 …{ .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()
Dfutextest.h73 int (*gettime)(clockid_t clk_id, void *ts); member
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c37 # define gettime(TS) clock_gettime(CLOCK_REALTIME, (TS)) macro
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt199 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/
Dconfigure.ac145 AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Have clock gettime])
/third_party/alsa-lib/
Dconfigure.ac299 AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Have clock gettime])
/third_party/NuttX/
DReleaseNotes30788 * [#5328](https://github.com/apache/nuttx/pull/5328) arch: Decouple up_critmon_[gettime|convert] fr…