MXFE_RUNNING
if (mxfep->mxfe_flags & MXFE_RUNNING)
if (mxfep->mxfe_flags & MXFE_RUNNING)
if ((mxfep->mxfe_flags & MXFE_RUNNING) == 0)
mxfep->mxfe_flags |= MXFE_RUNNING;
mxfep->mxfe_flags &= ~MXFE_RUNNING;
if (mxfep->mxfe_flags & MXFE_RUNNING)
if (!(mxfep->mxfe_flags & MXFE_RUNNING)) {
if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) == MXFE_RUNNING)
if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) ==
MXFE_RUNNING) {
mxfep->mxfe_flags &= ~MXFE_RUNNING;
if (mxfep->mxfe_flags & MXFE_RUNNING) {
if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) ==
MXFE_RUNNING) {
if (mxfep->mxfe_flags & MXFE_RUNNING)