| /src/external/gpl2/xcvs/dist/lib/ |
| gettime.c | 38 # if defined CLOCK_REALTIME && HAVE_CLOCK_GETTIME 39 if (clock_gettime (CLOCK_REALTIME, ts) == 0)
|
| /src/tests/lib/libc/sys/ |
| t_clock_nanosleep.c | 48 ATF_REQUIRE(clock_nanosleep(CLOCK_REALTIME, 0, &rqtp, &rmtp) == 0); 51 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &rqtp) == 0); 53 ATF_REQUIRE(clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &rqtp, &rmtp) == 0);
|
| t_timer_create.c | 266 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1); 272 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1); 280 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 286 timer_signal_create(CLOCK_REALTIME, NOEXPIRE, 0); 294 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 300 timer_signal_create(CLOCK_REALTIME, NOEXPIRE, TIMER_ABSTIME); 336 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 342 timer_signal_create(CLOCK_REALTIME, EXPIRE, 0); 350 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 356 timer_signal_create(CLOCK_REALTIME, EXPIRE, TIMER_ABSTIME) [all...] |
| /src/lib/libc/gen/ |
| timespec_get.c | 50 if (clock_gettime(CLOCK_REALTIME, ts) == -1)
|
| timespec_getres.c | 48 if (clock_getres(CLOCK_REALTIME, ts) == -1)
|
| /src/external/gpl3/gcc/dist/libgomp/config/posix/ |
| time.c | 54 clock_gettime (CLOCK_REALTIME, &ts); 71 clock_getres (CLOCK_REALTIME, &ts);
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
| time.c | 54 clock_gettime (CLOCK_REALTIME, &ts); 71 clock_getres (CLOCK_REALTIME, &ts);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/ |
| time.d | 16 enum CLOCK_REALTIME = 0;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/ |
| time.d | 16 enum CLOCK_REALTIME = 0;
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| time.h | 18 #define CLOCK_MONOTONIC CLOCK_REALTIME 21 #ifndef CLOCK_REALTIME 22 #define CLOCK_REALTIME 0
|
| /src/tests/lib/libpthread/ |
| t_rwlock.c | 100 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0, 109 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0, 114 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0,
|
| /src/games/warp/ |
| util.h | 21 #define roundsleep(x) (clock_gettime(CLOCK_REALTIME, &timebuf),sleep(timebuf.tv_nsec > (500 * 1000 * 1000) ?x+1:x))
|
| /src/lib/libc/compat/sys/ |
| compat___lwp_park50.c | 61 return ___lwp_park60(CLOCK_REALTIME, TIMER_ABSTIME, tsp, unpark,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| chrono.cc | 57 syscall(SYS_clock_gettime, CLOCK_REALTIME, &tp); 59 clock_gettime(CLOCK_REALTIME, &tp);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/ |
| time.d | 18 enum CLOCK_REALTIME = 0;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| chrono.cc | 57 syscall(SYS_clock_gettime, CLOCK_REALTIME, &tp); 59 clock_gettime(CLOCK_REALTIME, &tp);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| ldseed.c | 112 #ifdef CLOCK_REALTIME 116 if (clock_gettime(CLOCK_REALTIME, &ts) != 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_tsc.h | 70 int result = clock_gettime(CLOCK_REALTIME, &TS);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| stdtime.c | 35 #define CLOCKSOURCE CLOCK_REALTIME
|
| /src/external/public-domain/xz/dist/src/xz/ |
| mytime.c | 35 // reason isn't at runtime, fallback to CLOCK_REALTIME which 40 clk_id = CLOCK_REALTIME;
|
| /src/tests/lib/libc/gen/ |
| t_timespec_get.c | 52 ATF_REQUIRE_EQ(clock_getres(CLOCK_REALTIME, &ts2), 0); 72 ATF_REQUIRE_EQ(clock_gettime(CLOCK_REALTIME, &ts2), 0);
|
| /src/lib/librumpuser/ |
| rumpuser.c | 89 clk = CLOCK_REALTIME; 95 clk = CLOCK_REALTIME; 146 if ((rv = clock_gettime(CLOCK_REALTIME, &ts)) == -1)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| time.d | 185 CLOCK_REALTIME 221 enum CLOCK_REALTIME = 0; 260 enum CLOCK_REALTIME = 0; 286 enum CLOCK_REALTIME = 0; 310 enum CLOCK_REALTIME = 0; 334 enum CLOCK_REALTIME = 0; 356 enum CLOCK_REALTIME = 3; // <sys/time_impl.h> 386 enum CLOCK_REALTIME = 0; 415 enum CLOCK_REALTIME = 0; 441 enum CLOCK_REALTIME = 0 [all...] |
| /src/sys/compat/common/ |
| kern_time_60.c | 83 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_60.c | 78 return lwp_park(CLOCK_REALTIME, TIMER_ABSTIME, tsp);
|