Date: Tue, 1 Jul 2003 13:55:08 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> To: Petri Helenius <pete@he.iki.fi> Cc: freebsd-threads@freebsd.org Subject: Re: rtprio and kse Message-ID: <Pine.GSO.4.10.10307011351310.20972-100000@pcnet5.pcnet.com> In-Reply-To: <003101c33ff5$50fcfb80$18d4473e@PETEX31>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Jul 2003, Petri Helenius wrote: > > > > I don't understand. Do you want all threads in the process > > to be affected by rtprio()? Or are you saying there are > > more than 12 threads in the process, but you only want > > rtprio() to affect those 12 threads? > > No, just the one that calls rtprio. The rest should stay as they were. Ok. You just need to know which thread will be calling rtprio() and create that one thread as scope system. You don't need (and probably don't want) the others to be scope system. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10307011351310.20972-100000>