Searched defs:TF_INTR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c367 #define TF_INTR 0x01 macro
420 'i', MDB_OPT_SETBITS, TF_INTR, &oflags,
433 oflags = TF_INTR;
435 oflags = TF_INTR | TF_DISP | TF_MERGE;
452 if (oflags & TF_INTR) {
497 if (oflags & TF_INTR) {

Completed in 46 milliseconds