Date: Tue, 03 Feb 2004 12:03:16 -0500 From: Sridhar Chellappa <schellap@spinnakernet.com> To: freebsd-hackers@freebsd.org Subject: Kernel Threads Message-ID: <401FD454.1010504@spinnakernet.com>
next in thread | raw e-mail | index | archive | help
Some questions on kernel threads under BSD : Is there a way to tie a kernel thread to a specific CPU? Is it also possible to move a kernel thread from one CPU to another ? Is there a way to make a kernel thread non-Pre-emptible ? Is yes how do we do it? I heard that even Interrupts run under kernel threads context. If I make some kernel threads non-Pre-Emptible, then how will I prevent the interrupt threads from getting starved ? How can a kernel thread yield CPU when it detects it is idle?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401FD454.1010504>