Home
last modified time | relevance | path

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

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