| /dflybsd-src/lib/libthread_xu/thread/ |
| H A D | thr_umtx.c | 149 clock_gettime(CLOCK_REALTIME, &ts); in __thr_umtx_timedlock() 166 clock_gettime(CLOCK_REALTIME, &ts3); in __thr_umtx_timedlock() 222 clock_gettime(clockid, &ts); in _thr_umtx_wait() 246 clock_gettime(clockid, &ts3); in _thr_umtx_wait()
|
| /dflybsd-src/test/testcases/posixipc/common/ |
| H A D | common.c | 109 if (clock_gettime(CLOCK_REALTIME, &start) < 0) { in testwait() 117 if (clock_gettime(CLOCK_REALTIME, &end) < 0) { in testwait() 265 if (clock_gettime(CLOCK_REALTIME, &start) < 0) { in timedwait() 280 if (clock_gettime(CLOCK_REALTIME, &end) < 0) { in timedwait()
|
| /dflybsd-src/test/sysperf/ |
| H A D | syscall7.c | 22 clock_gettime(CLOCK_REALTIME_FAST, &ts); in main() 29 clock_gettime(CLOCK_REALTIME_FAST, &ts); in main()
|
| H A D | syscall5.c | 22 clock_gettime(CLOCK_REALTIME, &ts); in main() 29 clock_gettime(CLOCK_REALTIME, &ts); in main()
|
| /dflybsd-src/contrib/nvi2/common/ |
| H A D | util.c | 323 (void)clock_gettime(CLOCK_MONOTONIC_FAST, ts); 325 (void)clock_gettime(CLOCK_MONOTONIC, ts); 353 (void)clock_gettime(CLOCK_REALTIME_FAST, ts); 355 (void)clock_gettime(CLOCK_REALTIME, ts);
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/config/posix/ |
| H A D | time.c | 52 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtime() 54 clock_gettime (CLOCK_REALTIME, &ts); in omp_get_wtime()
|
| /dflybsd-src/contrib/gcc-4.7/libgomp/config/posix/ |
| H A D | time.c | 51 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtime() 53 clock_gettime (CLOCK_REALTIME, &ts); in omp_get_wtime()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| H A D | chrono.cc | 50 clock_gettime(CLOCK_REALTIME, &tp); in now() 73 clock_gettime(CLOCK_MONOTONIC, &tp); in now()
|
| /dflybsd-src/games/tetris/ |
| H A D | input.c | 76 clock_gettime(CLOCK_MONOTONIC, &start); in rwait() 91 clock_gettime(CLOCK_MONOTONIC, &end); in rwait()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| H A D | chrono.cc | 62 clock_gettime(CLOCK_REALTIME, &tp); in now() 90 clock_gettime(CLOCK_MONOTONIC, &tp); in now()
|
| /dflybsd-src/usr.bin/time/ |
| H A D | time.c | 113 if (clock_gettime(CLOCK_MONOTONIC, &before_ts) == -1) in main() 138 if (clock_gettime(CLOCK_MONOTONIC, &after) == -1) in main() 144 if (clock_gettime(CLOCK_MONOTONIC, &after) == -1) in main()
|
| /dflybsd-src/test/socket/accept/block/ |
| H A D | accept_block.c | 110 clock_gettime(CLOCK_MONOTONIC, &stime); in main() 119 clock_gettime(CLOCK_MONOTONIC, &etime); in main()
|
| /dflybsd-src/test/socket/accept4/block/ |
| H A D | accept4_block.c | 123 clock_gettime(CLOCK_MONOTONIC, &stime); in main() 132 clock_gettime(CLOCK_MONOTONIC, &etime); in main()
|
| /dflybsd-src/tools/tools/netrate/netblast/ |
| H A D | netblast.c | 85 if (clock_gettime(CLOCK_REALTIME, &starttime) == -1) { in blast_loop() 122 if (clock_gettime(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
|
| /dflybsd-src/usr.sbin/rtadvd/ |
| H A D | timer.c | 161 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_check_timer() 191 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_set_timer()
|
| H A D | timer_subr.c | 48 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_timer_rest()
|
| /dflybsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 66 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \ 120 MLINKS+=clock_gettime.2 clock_getres.2 \ 121 clock_gettime.2 clock_settime.2
|
| /dflybsd-src/lib/libc/stdtime/ |
| H A D | timespec_get.c | 43 if (clock_gettime(CLOCK_REALTIME, ts)) in timespec_get()
|
| /dflybsd-src/contrib/cvs-1.12/lib/ |
| H A D | gettime.c | 36 if (clock_gettime (CLOCK_REALTIME, ts) == 0) in gettime()
|
| /dflybsd-src/tools/tools/netrate/accept_connect/kq_connect_client/ |
| H A D | kq_connect_client.c | 220 clock_gettime(CLOCK_MONOTONIC_PRECISE, &start); in mainloop() 299 clock_gettime(CLOCK_MONOTONIC_PRECISE, &end); in mainloop()
|
| /dflybsd-src/sys/platform/vkernel64/platform/ |
| H A D | systimer.c | 160 clock_gettime(CLOCK_MONOTONIC_PRECISE, &ts); in vkernel_timer_get_timecount() 162 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in vkernel_timer_get_timecount()
|
| /dflybsd-src/games/grdc/ |
| H A D | grdc.c | 154 clock_gettime(CLOCK_REALTIME_FAST, &now); in main() 208 clock_gettime(CLOCK_REALTIME_FAST, &now); in main()
|
| /dflybsd-src/lib/libc/gen/ |
| H A D | times.c | 60 if (clock_gettime(CLOCK_MONOTONIC, &t)) in times()
|
| /dflybsd-src/contrib/xz/src/xz/ |
| H A D | mytime.c | 38 while (clock_gettime(clk_id, &tv)) in mytime_now()
|
| /dflybsd-src/lib/libc/upmap/ |
| H A D | ukp_clock.c | 111 __weak_reference(__clock_gettime, clock_gettime);
|