From owner-freebsd-threads@FreeBSD.ORG Tue Jul 1 10:55:16 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4A437B401 for ; Tue, 1 Jul 2003 10:55:16 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A750743FCB for ; Tue, 1 Jul 2003 10:55:15 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h61Ht8AI021821; Tue, 1 Jul 2003 13:55:10 -0400 (EDT) Date: Tue, 1 Jul 2003 13:55:08 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Petri Helenius In-Reply-To: <003101c33ff5$50fcfb80$18d4473e@PETEX31> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: freebsd-threads@freebsd.org Subject: Re: rtprio and kse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: desichen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 17:55:16 -0000 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