Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c71 (clock_id == CLOCK_REALTIME || clock_id == CLOCK_HIGHRES)) { in pthread_condattr_setclock()
153 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.c3607 if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_HIGHRES) in __cond_timedwait()
3611 if (error == ETIME && clock_id == CLOCK_HIGHRES) { in __cond_timedwait()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h126 #define CLOCK_HIGHRES CLOCK_MONOTONIC /* alternate name */ macro
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_read.c66 assert(timer_create(CLOCK_HIGHRES, &sigev, &tid) == 0); in main()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtime_util.c80 if (clock_id == CLOCK_HIGHRES) in abstime_to_reltime()
/illumos-gate/usr/src/test/os-tests/tests/
H A Dclock_gettime.c73 { CLOCK_HIGHRES, gethrtime, "highres" },
/illumos-gate/usr/src/uts/common/os/
H A Dclock_highres.c408 clock_add_backend(CLOCK_HIGHRES, &clock_highres); in clock_highres_init()
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c297 if (timer_create(CLOCK_HIGHRES, &ev, &g_tid) == -1) in setup()