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.c371 #define TF_INTR 0x01 macro
424 'i', MDB_OPT_SETBITS, TF_INTR, &oflags, in thread()
437 oflags = TF_INTR; in thread()
439 oflags = TF_INTR | TF_DISP | TF_MERGE; in thread()
456 if (oflags & TF_INTR) { in thread()
501 if (oflags & TF_INTR) { in thread()