This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX time manage questions about os_itv_wait ........

os_itv_set(20);
while(1) { os_itv_wait(); msdelay(100);
}

this is part of my code in one of RTX TASKS, every

time run to "os_itv_wait()", current task sometimes

can not change to another task; when os_dly_time,

i meet the the same situation; why os_itv_wait()

function can't change the current task to another ?