Lines Matching defs:dispatchException
74 volatile char dispatchException = 0;
116 while (!dispatchException && (--nready >= 0)) {
120 this dispatchException loop. */
156 dispatchException |= DE_RESET;
158 if (dispatchException) {
160 if (dispatchException & DE_RECONFIG) {
165 dispatchException &= ~DE_RECONFIG;
168 if (dispatchException & DE_FLUSH) {
170 dispatchException &= ~DE_FLUSH;
173 if (dispatchException & DE_RESET) {
178 if (dispatchException & DE_TERMINATE) {
189 dispatchException = 0;