From owner-freebsd-threads@FreeBSD.ORG Fri Jul 21 05:25:11 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org 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 7691016A4DE for ; Fri, 21 Jul 2006 05:25:11 +0000 (UTC) (envelope-from dharrini@yahoo-inc.com) Received: from mailsrv.bangalore.corp.yahoo.com (mailsrv.bangalore.corp.yahoo.com [202.46.19.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC0C43D49 for ; Fri, 21 Jul 2006 05:25:10 +0000 (GMT) (envelope-from dharrini@yahoo-inc.com) Received: from [10.80.35.191] (dharrini.bangalore.corp.yahoo.com [10.80.35.191]) by mailsrv.bangalore.corp.yahoo.com (8.13.6/8.13.6/pop-in) with ESMTP id k6L5P7gs098530 for ; Fri, 21 Jul 2006 10:55:08 +0530 (IST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=message-id:date:from:user-agent:x-accept-language: mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MrNpqb+AJ7pg4cZQx89F726l6V0RB0bGk69JG9VxeN199p/5BAOHAahVLd8kXxpv Message-ID: <44C06532.6070609@yahoo-inc.com> Date: Fri, 21 Jul 2006 10:55:06 +0530 From: Dharrini Balasubramanian User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050531) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-threads@freebsd.org References: <20060630120115.B19E416A83C@hub.freebsd.org> In-Reply-To: <20060630120115.B19E416A83C@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Indicating thread segments that are non reentrant X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 05:25:11 -0000 Hi, How do I modify the uthreads code in libc_r so the thread kernel scheduler doesn't call back a thread when it is running a non reentrant code segment?