Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to let uClinux non-preemptive
I want my application is non-preemptive when it is running. I tried to use system call: sched_setscheduler(0, SCHED_FIFO, ) to make the user application non-preemtivable. It seems works. Howev...
Altera_Forum
Honored Contributor
21 years agoThey are manipulated by a kernel timer, which is handled in interrupt time (softirq). So it is normal they are still going.