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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c372 #define TF_MERGE 0x20 macro
406 } else if (!(oflags & TF_MERGE)) { \
425 'm', MDB_OPT_SETBITS, TF_MERGE, &oflags, NULL) != argc)
431 if (!(oflags & ~TF_MERGE))
435 oflags = TF_INTR | TF_DISP | TF_MERGE;

Completed in 73 milliseconds