Searched refs:CLOCK_REALTIME (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-10-stable/contrib/openbsm/compat/
H A Dclock_gettime.h28 * Compatibility routines for clock_gettime(CLOCK_REALTIME, ...) for systems
36 #define CLOCK_REALTIME 0x2d4e1588 macro
43 if (clock_id != CLOCK_REALTIME) {
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_nanosleep.c48 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);
H A Dt_timer_create.c187 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
193 ATF_REQUIRE_ERRNO(EINVAL, timer_create(CLOCK_REALTIME, &ev, &t) == -1);
201 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
207 timer_signal_create(CLOCK_REALTIME, false);
229 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
235 timer_signal_create(CLOCK_REALTIME, true);
257 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
264 timer_thread_create(CLOCK_REALTIME, false);
286 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), "
292 timer_thread_create(CLOCK_REALTIME, tru
[all...]
H A Dt_clock_gettime.c100 CL(clock_gettime(CLOCK_REALTIME, &tsa));
109 CL(clock_gettime(CLOCK_REALTIME, &tsb));
139 if (clock_getres(CLOCK_REALTIME, &res) == 0) {
156 "Checks the monotonicity of the CLOCK_REALTIME implementation");
/freebsd-10-stable/tools/regression/priv/
H A Dpriv_clock_settime.c36 * it. Test only CLOCK_REALTIME.
53 if (clock_gettime(CLOCK_REALTIME, &the_time) < 0) {
55 "clock_gettime(CLOCK_REALTIME)");
66 error = clock_settime(CLOCK_REALTIME, &the_time);
/freebsd-10-stable/contrib/gcclibs/libgomp/config/posix/
H A Dtime.c56 clock_gettime (CLOCK_REALTIME, &ts);
73 clock_getres (CLOCK_REALTIME, &ts);
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c100 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,
H A Dt_condwait.c122 "with CLOCK_REALTIME");
126 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME");
/freebsd-10-stable/contrib/xz/src/xz/
H A Dmytime.c35 // reason isn't at runtime, fallback to CLOCK_REALTIME which
40 clk_id = CLOCK_REALTIME;
/freebsd-10-stable/tools/tools/netrate/netblast/
H A Dnetblast.c80 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) {
85 if (clock_gettime(CLOCK_REALTIME, &starttime) == -1) {
122 if (clock_gettime(CLOCK_REALTIME, &tmptime) == -1) {
/freebsd-10-stable/include/
H A Dtime.h99 #if !defined(CLOCK_REALTIME) && __POSIX_VISIBLE >= 200112
100 #define CLOCK_REALTIME 0 macro
116 #endif /* !defined(CLOCK_REALTIME) && __POSIX_VISIBLE >= 200112 */
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c51 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) {
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_condattr.c95 if (clock_id != CLOCK_REALTIME &&
H A Dthr_umtx.c124 timeout._clockid = CLOCK_REALTIME;
274 timeout._clockid = CLOCK_REALTIME;
293 timeout._clockid = CLOCK_REALTIME;
H A Dthr_join.c116 clock_gettime(CLOCK_REALTIME, &ts);
/freebsd-10-stable/tools/tools/netrate/netsend/
H A Dnetsend.c109 if (clock_gettime(CLOCK_REALTIME, &curtime) == -1) {
120 if (clock_gettime(CLOCK_REALTIME, &curtime) == -1) {
152 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) {
174 if (clock_gettime(CLOCK_REALTIME, &starttime) == -1) {
252 if (clock_gettime(CLOCK_REALTIME, &tmptime) == -1) {
/freebsd-10-stable/tools/tools/netrate/juggle/
H A Djuggle.c253 if (clock_gettime(CLOCK_REALTIME, &tstart) < 0)
277 if (clock_gettime(CLOCK_REALTIME, &tfinish) < 0)
355 if (clock_gettime(CLOCK_REALTIME, &tstart) < 0)
370 if (clock_gettime(CLOCK_REALTIME, &tfinish) < 0)
428 if (clock_gettime(CLOCK_REALTIME, &tstart) < 0)
451 if (clock_gettime(CLOCK_REALTIME, &tfinish) < 0)
/freebsd-10-stable/contrib/ntp/libntp/
H A Dadjtime.c317 if (ClockPeriod (CLOCK_REALTIME, 0, &period, 0) == -1)
357 if (ClockAdjust (CLOCK_REALTIME, &adj, &oldadj) == -1)
/freebsd-10-stable/contrib/ntp/util/
H A Dsht.c201 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_REALTIME)
207 if (0 == clock_gettime(CLOCK_REALTIME, &tmptime)) {
H A Djitter.c103 clock_gettime(CLOCK_REALTIME, &ts);
/freebsd-10-stable/lib/libc/isc/
H A Dev_timers.c122 #ifdef CLOCK_REALTIME
124 int m = CLOCK_REALTIME;
141 #ifdef CLOCK_REALTIME
143 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0)
/freebsd-10-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c120 case CLOCK_REALTIME:
/freebsd-10-stable/usr.bin/truss/
H A Dmain.c204 clock_gettime(CLOCK_REALTIME, &trussinfo->start_time);
/freebsd-10-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c165 clock_gettime(CLOCK_REALTIME, &then);
180 clock_gettime(CLOCK_REALTIME, &now);
/freebsd-10-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c125 (void)clock_gettime(CLOCK_REALTIME, &ts_begintime);
127 (void)clock_gettime(CLOCK_REALTIME, &ts_total);

Completed in 154 milliseconds

123