How to prevent other processes from being scheduled

2013-11-05 Thread J.Hwan Kim
Hi, everyone How can I prevent other processes than my specific application from being scheduled? I thougt that when my program being started, it would invokes the kernel to do local_irq_disable() and when it ended, it would call local_irq_enable() in order that scheduler not working when my

Re: How to prevent other processes from being scheduled

2013-11-05 Thread Valdis . Kletnieks
On Wed, 06 Nov 2013 00:51:03 +0900, J.Hwan Kim said: How can I prevent other processes than my specific application from being scheduled? What problem are you trying to solve by not allowing other processes to run? There's almost certainly a better approach. pgp63G3Ofeoja.pgp Description:

Re: How to prevent other processes from being scheduled

2013-11-05 Thread Mulyadi Santosa
On Tue, Nov 5, 2013 at 10:51 PM, J.Hwan Kim frog1...@gmail.com wrote: Hi, everyone How can I prevent other processes than my specific application from being scheduled? I thougt that when my program being started, it would invokes the kernel to do local_irq_disable() and when it ended, it