Home
last modified time | relevance | path

Searched refs:SITBUSY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c379 if (p->p_flag & SITBUSY) { in xsetitimer()
383 p->p_flag |= SITBUSY; in xsetitimer()
404 p->p_flag &= ~SITBUSY; in xsetitimer()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h491 #define SITBUSY 0x00000004 /* setitimer(ITIMER_REAL) in progress */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c198 { "SITBUSY", SITBUSY, SITBUSY }, in pflags()