Search | Google it | Results 1 - 1 of 1 for funcall:SYSTEM_MESSAGE from mtkernel_3/kernel/tkernel/task_manage.c (0.00 seconds) |
233: if ( in_indp() ) { 234: SYSTEM_MESSAGE("tk_ext_tsk was called in the task independent\n"); 235: return; 239: if ( in_ddsp() ) { 240: SYSTEM_MESSAGE("tk_ext_tsk was called in the dispatch disabled\n"); 241: } 266: if ( in_indp() ) { 267: SYSTEM_MESSAGE("tk_exd_tsk was called in the task independent\n"); 268: return; 272: if ( in_ddsp() ) { 273: SYSTEM_MESSAGE("tk_exd_tsk was called in the dispatch disabled\n"); 274: }