Home
last modified time | relevance | path

Searched refs:CLOCK_HIGHRES (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c73 (clock_id == CLOCK_REALTIME || clock_id == CLOCK_HIGHRES)) { in pthread_condattr_setclock()
155 if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_HIGHRES) in pthread_cond_init()
H A Dscalls.c624 case CLOCK_HIGHRES: in clock_nanosleep()
634 if (clock_id == CLOCK_HIGHRES) in clock_nanosleep()
641 if (error == 0 && clock_id == CLOCK_HIGHRES) { in clock_nanosleep()
H A Dsynch.c3555 if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_HIGHRES) in __cond_timedwait()
3559 if (error == ETIME && clock_id == CLOCK_HIGHRES) { in __cond_timedwait()
/titanic_41/usr/src/uts/common/sys/
H A Dtime_impl.h128 #define CLOCK_HIGHRES CLOCK_MONOTONIC /* alternate name */ macro
/titanic_41/usr/src/lib/libc/port/sys/
H A Dtime_util.c76 if (clock_id == CLOCK_HIGHRES) in abstime_to_reltime()
/titanic_41/usr/src/uts/common/os/
H A Dclock_highres.c372 clock_add_backend(CLOCK_HIGHRES, &clock_highres); in clock_highres_init()
/titanic_41/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c297 if (timer_create(CLOCK_HIGHRES, &ev, &g_tid) == -1) in setup()