Home
last modified time | relevance | path

Searched refs:IT_SIGNAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h66 #define IT_SIGNAL 0x01 macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c427 if (it->it_flags & IT_SIGNAL) { in timer_fire()
467 } else if (it->it_flags & IT_SIGNAL) { in timer_fire()
761 it->it_flags |= IT_SIGNAL; in timer_create()