threadState 122 dev/raidframe/rf_paritylog.h int threadState; /* threadState 631 dev/raidframe/rf_paritylogDiskMgr.c raidPtr->parityLogDiskQueue.threadState |= RF_PLOG_RUNNING; threadState 682 dev/raidframe/rf_paritylogDiskMgr.c if (raidPtr->parityLogDiskQueue.threadState & RF_PLOG_TERMINATE) { threadState 713 dev/raidframe/rf_paritylogDiskMgr.c raidPtr->parityLogDiskQueue.threadState |= RF_PLOG_SHUTDOWN; threadState 577 dev/raidframe/rf_paritylogging.c RF_ASSERT(raidPtr->parityLogDiskQueue.threadState == 0); threadState 578 dev/raidframe/rf_paritylogging.c raidPtr->parityLogDiskQueue.threadState = RF_PLOG_CREATED; threadState 582 dev/raidframe/rf_paritylogging.c raidPtr->parityLogDiskQueue.threadState = 0; threadState 590 dev/raidframe/rf_paritylogging.c while (!(raidPtr->parityLogDiskQueue.threadState & RF_PLOG_RUNNING)) { threadState 797 dev/raidframe/rf_paritylogging.c raidPtr->parityLogDiskQueue.threadState |= RF_PLOG_TERMINATE; threadState 805 dev/raidframe/rf_paritylogging.c while (!(raidPtr->parityLogDiskQueue.threadState & RF_PLOG_SHUTDOWN)) {