Critical Sections for userland.

Daniel Eischen deischen at freebsd.org
Tue Oct 2 19:46:57 PDT 2007


On Tue, 2 Oct 2007, Alfred Perlstein wrote:

> Hi guys, we need critical sections for userland here.
>
> This is basically to avoid a process being switched out while holding
> a user level spinlock.

Setting the scheduling class to real-time and using SCHED_FIFO
and adjusting the thread priority around the lock doesn't work?

-- 
DE


More information about the freebsd-hackers mailing list