/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | __clock_gettime.s | 39 cmp %o0, CLOCK_REALTIME ! or 40 bne 1f ! equal to CLOCK_REALTIME 41 .empty ! optimize for CLOCK_REALTIME
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthr_cond.c | 45 ap->clockid = CLOCK_REALTIME; in pthread_condattr_init() 73 (clock_id == CLOCK_REALTIME || clock_id == CLOCK_HIGHRES)) { in pthread_condattr_setclock() 147 clock_id = CLOCK_REALTIME; in pthread_cond_init() 155 if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_HIGHRES) in pthread_cond_init()
|
H A D | sema.c | 224 abstime_to_reltime(CLOCK_REALTIME, abstime, &tslocal); in sema_timedwait()
|
H A D | rwlock.c | 804 abstime_to_reltime(CLOCK_REALTIME, abstime, &tslocal); in pthread_rwlock_timedrdlock() 901 abstime_to_reltime(CLOCK_REALTIME, abstime, &tslocal); in pthread_rwlock_timedwrlock()
|
H A D | scalls.c | 623 case CLOCK_REALTIME: in clock_nanosleep() 663 if (error == 0 && clock_id == CLOCK_REALTIME && in clock_nanosleep()
|
H A D | synch.c | 2325 abstime_to_reltime(CLOCK_REALTIME, abstime, &tslocal); in pthread_mutex_timedlock() 3555 if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_HIGHRES) in __cond_timedwait() 3556 clock_id = CLOCK_REALTIME; in __cond_timedwait()
|
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tvsettime.c | 34 #if _lib_clock_settime && defined(CLOCK_REALTIME) in tvsettime() 40 return clock_settime(CLOCK_REALTIME, &s); in tvsettime()
|
H A D | tvgettime.c | 33 #if _lib_clock_gettime && defined(CLOCK_REALTIME) in tvgettime() 37 clock_gettime(CLOCK_REALTIME, &s); in tvgettime()
|
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 190 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout() 254 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions() 334 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr()
|
H A D | sip_gids.c | 155 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_guid()
|
H A D | sip_itf.c | 682 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_stack_init()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 112 #ifdef CLOCK_REALTIME in evNowTime() 114 int m = CLOCK_REALTIME; in evNowTime() 131 #ifdef CLOCK_REALTIME in evUTCTime() 133 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0) in evUTCTime()
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | __clock_gettime.c | 31 case CLOCK_REALTIME: in __clock_gettime()
|
H A D | __clock_gettime_sys.s | 42 cmpl $CLOCK_REALTIME, %eax /* or if (clock_id) */
|
/titanic_41/usr/src/lib/libc/amd64/sys/ |
H A D | __clock_gettime_sys.s | 42 cmpl $CLOCK_REALTIME, %edi /* or if (clock_id) */
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 48 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) { in main()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | lwp_cond.c | 72 abstime_to_reltime(CLOCK_REALTIME, absts, &tslocal); in _lwp_cond_timedwait()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | events.c | 221 (void) clock_gettime(CLOCK_REALTIME, &event->event_time); in nwamd_event_init() 507 (void) clock_gettime(CLOCK_REALTIME, &event->event_time); in nwamd_event_enqueue_timed() 561 (void) clock_gettime(CLOCK_REALTIME, &now); in in_past() 593 (void) clock_gettime(CLOCK_REALTIME, &waitcap); in nwamd_event_dequeue()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | time_impl.h | 125 #define CLOCK_REALTIME 3 /* wall clock */ macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | tvlib | 31 return clock_gettime(CLOCK_REALTIME, &tv) != 0;
|
/titanic_41/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 400 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in main() 572 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) in main()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | clock_realtime.c | 322 clock_add_backend(CLOCK_REALTIME, &clock_realtime); in clock_realtime_init()
|
/titanic_41/usr/src/cmd/date/ |
H A D | date.c | 135 if (clock_gettime(CLOCK_REALTIME, &ts) != 0) { in main()
|
/titanic_41/usr/src/cmd/busstat/ |
H A D | busstat.c | 1560 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in set_timer()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1387 if (timer_create(CLOCK_REALTIME, &sig_struct, &t_id) != 0) { in stats_timer()
|