Searched refs:clock_getres (Results 1 – 22 of 22) sorted by relevance
| /freebsd/lib/libc/gen/ |
| H A D | timespec_getres.c | 15 if (clock_getres(CLOCK_REALTIME, ts) == 0) in timespec_getres() 19 if (clock_getres(CLOCK_MONOTONIC, ts) == 0) in timespec_getres()
|
| /freebsd/include/ |
| H A D | time.h | 145 int clock_getres(clockid_t, struct timespec *);
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_clock_gettime.c | 139 if (clock_getres(CLOCK_REALTIME, &res) == 0) { in check_timecounter()
|
| /freebsd/bin/dd/ |
| H A D | misc.c | 61 if (clock_getres(CLOCK_MONOTONIC, &ts_res)) in secs_elapsed()
|
| /freebsd/tools/tools/netrate/netblast/ |
| H A D | netblast.c | 78 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 55 clock_getres;
|
| H A D | Makefile.sys | 420 MLINKS+=clock_gettime.2 clock_getres.2 \
|
| /freebsd/bin/date/ |
| H A D | date.c | 162 if (clock_getres(CLOCK_REALTIME, &tres) == -1) in main()
|
| /freebsd/tools/tools/netrate/netsend/ |
| H A D | netsend.c | 150 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in timing_loop()
|
| /freebsd/sys/sys/ |
| H A D | syscall.mk | 152 clock_getres.o \
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_vdso_gtod.inc | 335 __vdsoN(clock_getres)(clockid_t clock_id, struct l_timespec *lts)
|
| /freebsd/tests/sys/capsicum/ |
| H A D | capmode.cc | 312 EXPECT_OK(clock_getres(CLOCK_REALTIME, &ts)); in FORK_TEST()
|
| /freebsd/tools/tools/syscall_timing/ |
| H A D | syscall_timing.c | 1103 error = clock_getres(CLOCK_REALTIME, &ts_res); in main()
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_libntp.m4 | 76 AC_CHECK_FUNCS([clock_getres clock_gettime clock_settime])
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | config.h.in | 57 /* Define to 1 if you have the `clock_getres' function. */
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.c | 564 r = clock_getres(clk_id, &res); in psnip_clock__clock_getres()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 563 PRE_SYSCALL(clock_getres)(long which_clock, void *tp) {} 565 POST_SYSCALL(clock_getres)(long res, long which_clock, void *tp) {
|
| H A D | sanitizer_common_interceptors.inc | 70 #define clock_getres __clock_getres50 173 #define clock_getres __clock_getres_time64 2246 INTERCEPTOR(int, clock_getres, u32 clk_id, void *tp) { 2248 COMMON_INTERCEPTOR_ENTER(ctx, clock_getres, clk_id, tp); 2252 int res = REAL(clock_getres)(clk_id, tp); 2288 COMMON_INTERCEPT_FUNCTION(clock_getres); \
|
| /freebsd/contrib/ntp/ |
| H A D | config.h.in | 366 /* Define to 1 if you have the `clock_getres' function. */
|
| H A D | ChangeLog | 1725 * Have NTP_LIBNTP check for time.h and clock_getres().
|
| H A D | CommitLog | [all...] |
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1490 fun:clock_getres=uninstrumented
|