Searched refs:ITIMER_REALPROF (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h202 #define ITIMER_REALPROF 3 /* Decrements in real time for real- */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c54 * Constant to define the minimum interval value of the ITIMER_REALPROF timer.
243 case ITIMER_REALPROF:
354 if (which == ITIMER_REALPROF) {
406 case ITIMER_REALPROF:
459 * ITIMER_REALPROF interval timer. We'll let the other
505 * Silently ignore ITIMER_PROF if ITIMER_REALPROF
523 * Delete the ITIMER_REALPROF interval timer.
569 * Remove the ITIMER_REALPROF cyclic.
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1086 #ifdef ITIMER_REALPROF
1087 case ITIMER_REALPROF: s = "ITIMER_REALPROF"; break;

Completed in 87 milliseconds