Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c189 which = ITIMER_VIRTUAL;
217 which = ITIMER_VIRTUAL;
245 which = ITIMER_VIRTUAL;
313 which = ITIMER_VIRTUAL; in hrt_bsd_cancel()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c225 case ITIMER_VIRTUAL: in xgetitimer()
499 case ITIMER_VIRTUAL: in xsetitimer()
500 ttolwp(curthread)->lwp_timer[ITIMER_VIRTUAL] = aitv; in xsetitimer()
H A Dclock.c1581 timerisset(&lwp->lwp_timer[ITIMER_VIRTUAL].it_value) && in clock_tick()
1582 itimerdecr(&lwp->lwp_timer[ITIMER_VIRTUAL], usec) == 0) { in clock_tick()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h200 #define ITIMER_VIRTUAL 1 /* Decrements in process virtual time */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h318 #define ITIMER_VIRTUAL 1 macro
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1087 case ITIMER_VIRTUAL: s = "ITIMER_VIRTUAL"; break; in prt_itm()