Symbol: CLOCK_REALTIME
games/grdc/grdc.c
146
clock_gettime(CLOCK_REALTIME, &now);
games/grdc/grdc.c
249
clock_gettime(CLOCK_REALTIME, &now);
games/grdc/grdc.c
260
clock_gettime(CLOCK_REALTIME, &now);
lib/libc/gen/timespec_get.c
40
if (WRAP(clock_gettime)(CLOCK_REALTIME, ts) == -1)
lib/libc/sys/w_clock_gettime.c
32
case CLOCK_REALTIME:
lib/libc/thread/rthread_cond.c
40
cond->clock = CLOCK_REALTIME;
lib/libc/thread/rthread_condattr.c
37
attr->ca_clock = CLOCK_REALTIME;
lib/libc/thread/rthread_condattr.c
62
if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_MONOTONIC)
lib/libc/thread/rthread_mutex.c
120
while (_twait(&mutex->type, type, CLOCK_REALTIME,
lib/libc/thread/rthread_mutex.c
192
error = _twait(&mutex->lock, CONTENDED, CLOCK_REALTIME, abs);
lib/libc/thread/rthread_sync.c
133
while (__thrsleep(self, CLOCK_REALTIME, abstime,
lib/libc/thread/rthread_sync.c
150
ret = __thrsleep(self, CLOCK_REALTIME, abstime,
lib/libc/thread/rthread_sync.c
256
cond->clock = CLOCK_REALTIME;
lib/libcrypto/arc4random/getentropy_aix.c
173
CLOCK_REALTIME,
lib/libcrypto/arc4random/getentropy_hpux.c
177
CLOCK_REALTIME,
lib/libcrypto/arc4random/getentropy_linux.c
285
CLOCK_REALTIME,
lib/libcrypto/arc4random/getentropy_solaris.c
204
CLOCK_REALTIME,
lib/libcurses/curses.priv.h
748
# define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t)
lib/librthread/rthread_rwlock.c
150
error = _twait(&rwlock->value, new, CLOCK_REALTIME,
lib/librthread/rthread_rwlock.c
227
error = _twait(&rwlock->value, new, CLOCK_REALTIME,
lib/librthread/rthread_rwlock_compat.c
118
if (__thrsleep(lock, CLOCK_REALTIME, abstime,
lib/librthread/rthread_rwlock_compat.c
180
do_wait = __thrsleep(thread, CLOCK_REALTIME, abstime,
lib/librthread/rthread_sem.c
76
error = _twait(&sem->value, 0, CLOCK_REALTIME, abstime);
lib/librthread/rthread_sem_compat.c
73
r = __thrsleep(ident, CLOCK_REALTIME, abstime,
regress/lib/libc/sys/t_clock_gettime.c
106
CL(clock_gettime(CLOCK_REALTIME, &tsb));
regress/lib/libc/sys/t_clock_gettime.c
136
if (clock_getres(CLOCK_REALTIME, &res) == 0) {
regress/lib/libc/sys/t_clock_gettime.c
97
CL(clock_gettime(CLOCK_REALTIME, &tsa));
regress/lib/libc/timekeep/test_clock_gettime.c
28
ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &tp));
regress/lib/libpthread/cancel/cancel.c
103
CHECKe(clock_gettime(CLOCK_REALTIME, &now));
regress/lib/libpthread/cancel/cancel.c
195
CHECKe(clock_gettime(CLOCK_REALTIME, &expiretime));
regress/lib/libpthread/cancel/cancel.c
99
CHECKe(clock_gettime(CLOCK_REALTIME, &end));
regress/lib/libpthread/dlopen/dlopen.c
123
clock_gettime(CLOCK_REALTIME, &after);
regress/lib/libpthread/dlopen/dlopen.c
178
if (clock_gettime(CLOCK_REALTIME, &before))
regress/lib/libpthread/dlopen/dlopen.c
209
if (clock_gettime(CLOCK_REALTIME, &before))
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
249
CHECKe(clock_gettime(CLOCK_REALTIME, &ts));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
118
CHECKr(clock_gettime(CLOCK_REALTIME, &ts));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
41
CHECKr(clock_gettime(CLOCK_REALTIME, &ts));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
80
CHECKr(clock_gettime(CLOCK_REALTIME, &ts));
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
84
CHECKr(clock_gettime(CLOCK_REALTIME, &ts2));
regress/sys/kern/futex/futex.c
116
assert(futex_twait(shlock, 0, CLOCK_REALTIME, &tmo,
regress/sys/kern/futex/futex.c
158
assert(futex_twait(shlock, 0, CLOCK_REALTIME, &tmo,
regress/sys/kern/futex/futex.c
63
assert(futex_twait(&lock, 0, CLOCK_REALTIME, &tmo, 0) == -1);
regress/sys/kern/kqueue/kqueue-timer.c
107
clock_gettime(CLOCK_REALTIME, &now);
regress/sys/kern/kqueue/kqueue-timer.c
155
clock_gettime(CLOCK_REALTIME, &now);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
666
clock_gettime(CLOCK_REALTIME, &bench_start_time);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
674
clock_gettime(CLOCK_REALTIME, &bench_finish_time);
sbin/ifconfig/ifconfig.c
6040
clock_gettime(CLOCK_REALTIME, &now);
sbin/slaacd/engine.c
1441
if (clock_gettime(CLOCK_REALTIME, &radv->when))
sbin/unwind/libunbound/services/listen_dnsport.c
5112
#ifdef CLOCK_REALTIME
sbin/unwind/libunbound/services/listen_dnsport.c
5116
if(clock_gettime(CLOCK_REALTIME, &tp) == -1) {
sys/kern/kern_time.c
121
case CLOCK_REALTIME:
sys/kern/kern_time.c
203
case CLOCK_REALTIME:
sys/kern/kern_time.c
234
case CLOCK_REALTIME:
usr.bin/mail/util.c
334
clock_gettime(CLOCK_REALTIME, &ts[0]);
usr.bin/make/compat.c
204
clock_gettime(CLOCK_REALTIME, &gn->mtime);
usr.bin/make/compat.c
209
clock_gettime(CLOCK_REALTIME,
usr.bin/make/make.c
264
clock_gettime(CLOCK_REALTIME, &cgn->mtime);
usr.bin/make/timestamp.h
42
#define Init_Timestamp() clock_gettime(CLOCK_REALTIME, &starttime)
usr.bin/ssh/misc-agent.c
274
if (clock_gettime(CLOCK_REALTIME, &now) != 0) {
usr.bin/tmux/tmux.c
284
clock_gettime(CLOCK_REALTIME, &ts);
usr.bin/tmux/window-clock.c
134
clock_gettime(CLOCK_REALTIME, &ts);
usr.bin/ts/ts.c
109
clock_gettime(CLOCK_REALTIME, &utc_offset);
usr.bin/ts/ts.c
53
clockid_t clock = CLOCK_REALTIME;
usr.bin/vi/common/exf.c
873
(void)clock_gettime(CLOCK_REALTIME, &ep->mtim);
usr.sbin/bgpd/mrt.c
1062
clock_gettime(CLOCK_REALTIME, &time);
usr.sbin/bgpd/mrt.c
946
clock_gettime(CLOCK_REALTIME, &time);
usr.sbin/btrace/btrace.c
620
clock_gettime(CLOCK_REALTIME, &bt_devt.dtev_tsp);
usr.sbin/btrace/btrace.c
704
clock_gettime(CLOCK_REALTIME, &bt_devt.dtev_tsp);
usr.sbin/btrace/btrace.c
778
clock_gettime(CLOCK_REALTIME, &ts);
usr.sbin/btrace/btrace.c
797
clock_gettime(CLOCK_REALTIME, &ts);
usr.sbin/cron/cron.c
358
clock_gettime(CLOCK_REALTIME, &t1);
usr.sbin/cron/cron.c
406
clock_gettime(CLOCK_REALTIME, &t2);
usr.sbin/cron/cron.c
416
clock_gettime(CLOCK_REALTIME, &t2);
usr.sbin/makefs/makefs.c
101
ch = clock_gettime(CLOCK_REALTIME, &start_time);
usr.sbin/nsd/util.c
472
if(clock_gettime(CLOCK_REALTIME, t)>=0) {
usr.sbin/ntpd/ntp.c
189
clock_getres(CLOCK_REALTIME, &tp);
usr.sbin/radiusctl/radiusctl.c
713
clock_gettime(CLOCK_REALTIME, &now);
usr.sbin/radiusctl/radiusctl.c
754
clock_gettime(CLOCK_REALTIME, &now);
usr.sbin/radiusctl/radiusctl.c
821
clock_gettime(CLOCK_REALTIME, &now);
usr.sbin/radiusctl/radiusctl.c
853
clock_gettime(CLOCK_REALTIME, &now);
usr.sbin/radiusctl/radiusctl.c
911
clock_gettime(CLOCK_REALTIME, &now);
usr.sbin/rpki-client/output-ometric.c
252
clock_gettime(CLOCK_REALTIME, &now_time);
usr.sbin/smtpd/queue_fs.c
651
if (clock_gettime(CLOCK_REALTIME, &startup))
usr.sbin/unbound/services/listen_dnsport.c
5112
#ifdef CLOCK_REALTIME
usr.sbin/unbound/services/listen_dnsport.c
5116
if(clock_gettime(CLOCK_REALTIME, &tp) == -1) {
usr.sbin/unbound/testcode/doqclient.c
1046
#ifdef CLOCK_REALTIME
usr.sbin/unbound/testcode/doqclient.c
1052
if(clock_gettime(CLOCK_REALTIME, &tp) == -1) {