MT_ST_NOWAIT
STp->immediate = (options & MT_ST_NOWAIT) != 0;
if ((options & MT_ST_NOWAIT) != 0)
options |= STp->immediate ? MT_ST_NOWAIT : 0;