From owner-freebsd-threads@FreeBSD.ORG Mon Jun 30 08:20:43 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 CFE3737B401; Mon, 30 Jun 2003 08:20:43 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB3143F3F; Mon, 30 Jun 2003 08:20:42 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (gprs-prointernet-3e47d679.mobile.inet.fi [62.71.214.121]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h5UFKMsL038131; Mon, 30 Jun 2003 18:20:26 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <024c01c33f1b$24bb08d0$44d5473e@PETEX31> From: "Petri Helenius" To: References: Date: Mon, 30 Jun 2003 17:20:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: Julian Elischer cc: freebsd-threads@freebsd.org Subject: Re: rtprio and kse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 15:20:44 -0000 > Libpthread silently converts libc spinlocks into non-spinning > locks; there should be no deadlock or starvation issues in > userland. I don't know if libthr ans any issues with spinlocks > or not. > > Dan Eischen > Sounds like I have to take the dive first and if I ends up being too shallow, ask questions later :-) Thanks, Pete