Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c370 #define TF_INTR 0x01 macro
423 'i', MDB_OPT_SETBITS, TF_INTR, &oflags, in thread()
436 oflags = TF_INTR; in thread()
438 oflags = TF_INTR | TF_DISP | TF_MERGE; in thread()
455 if (oflags & TF_INTR) { in thread()
500 if (oflags & TF_INTR) { in thread()