gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_ddsp from mtkernel_3/kernel/tkernel/check.h (0.00 seconds)
mtkernel_3
kernel/tkernel/check.h - 8.9KB - 247 lines
219: #define CHECK_DISPATCH() {                                      \
220:         if (in_ddsp()) {                                       \
221:                 return E_CTX;                                 \
224: #define CHECK_DISPATCH_POL(tmout) { \ 225: if ((tmout) != TMO_POL && in_ddsp()) { \ 226: return E_CTX; \