gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:checkAbort (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
551:                 }
552:                 if (checkAbort()) {DSP_LF; break;}
553:         }
695: ofs = 0; 696: if (checkAbort()) break; 697: }
717: if (mov) { // memory transfer 718: for (; (n = cLen) > 0 && checkAbort() == 0; 719: cAddr += n, dst += n, cLen -= n) {
725: } else { // memory comparison 726: for (cnt = 0; (n = cLen) > 0 && checkAbort() == 0; 727: cAddr += n, dst += n, cLen -= n) {
1256: } else { 1257: if (checkAbort()) continue; 1258: par = cmdTab[i].para;