Home
last modified time | relevance | path

Searched refs:ITIMER_VIRTUAL (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Dhrtimers.c191 which = ITIMER_VIRTUAL;
219 which = ITIMER_VIRTUAL;
247 which = ITIMER_VIRTUAL;
315 which = ITIMER_VIRTUAL; in hrt_bsd_cancel()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtime.h53 #define ITIMER_VIRTUAL 1 macro
/titanic_41/usr/src/uts/common/os/
H A Dtimers.c224 case ITIMER_VIRTUAL: in xgetitimer()
498 case ITIMER_VIRTUAL: in xsetitimer()
499 ttolwp(curthread)->lwp_timer[ITIMER_VIRTUAL] = aitv; in xsetitimer()
H A Dclock.c1577 timerisset(&lwp->lwp_timer[ITIMER_VIRTUAL].it_value) && in clock_tick()
1578 itimerdecr(&lwp->lwp_timer[ITIMER_VIRTUAL], usec) == 0) { in clock_tick()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h194 #define ITIMER_VIRTUAL 1 /* Decrements in process virtual time */ macro
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1083 case ITIMER_VIRTUAL: s = "ITIMER_VIRTUAL"; break; in prt_itm()