All of lore.kernel.org
 help / color / mirror / Atom feed
From: frog1120@gmail.com (J.Hwan Kim)
To: kernelnewbies@lists.kernelnewbies.org
Subject: How to prevent other processes from being scheduled
Date: Wed, 06 Nov 2013 00:51:03 +0900	[thread overview]
Message-ID: <527913E7.5030705@gmail.com> (raw)

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 specific program runs.

But i seems do not work as I likes.

Please give me some hints what i should do...

Thanks in advance.

J.Hwan Kim

             reply	other threads:[~2013-11-05 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05 15:51 J.Hwan Kim [this message]
2013-11-05 19:30 ` How to prevent other processes from being scheduled Valdis.Kletnieks at vt.edu
2013-11-06  5:16 ` Mulyadi Santosa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=527913E7.5030705@gmail.com \
    --to=frog1120@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.