Searched refs:it_pending (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c150 it->it_pending = 0;
167 if (it->it_pending > 0) {
397 * between timer_signal() and timer_fire() with regard to it_pending,
401 ASSERT(it->it_pending > 0);
402 it->it_overrun = it->it_pending - 1;
403 it->it_pending = 0;
439 * the timer itself and the it_pending counter remain active
447 if (it->it_pending > 0) {
448 if (it->it_pending < INT_MAX)
449 it->it_pending
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h81 int it_pending; member in struct:itimer

Completed in 45 milliseconds