From owner-freebsd-threads@FreeBSD.ORG Wed Jun 25 00:33:04 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 D3C7737B401 for ; Wed, 25 Jun 2003 00:33:04 -0700 (PDT) Received: from sccrmhc13.attbi.com (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D92B43FBD for ; Wed, 25 Jun 2003 00:33:04 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc13) with ESMTP id <20030625073303016000q4vpe>; Wed, 25 Jun 2003 07:33:03 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA98522; Wed, 25 Jun 2003 00:33:02 -0700 (PDT) Date: Wed, 25 Jun 2003 00:33:02 -0700 (PDT) From: Julian Elischer To: Anurag Chaudhary In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: semaphores and multithreading 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: Wed, 25 Jun 2003 07:33:05 -0000 Which thread library are you using? And on what release of the OS? On Wed, 25 Jun 2003, Anurag Chaudhary wrote: > hi > > I am having a multi-threaded application. the child thread has to wait on a > semaphore but when it does so the parent thread stops responding and taking > inputs from the keyboard. > I tried changing the scheduling policy and priority of the child thread but > in vain. > child thread is created with default attributes. > Can anybody figure out some solution for this? > > urgent help required > > thanx > Chaudhary Anurag > > _________________________________________________________________ > Take this online tour. Win an HCL Beanstalk PC. > http://server1.msn.co.in/sp03/hclbeanstalktour/amazing_winxp.html > > _______________________________________________ > freebsd-threads@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > To unsubscribe, send any mail to "freebsd-threads-unsubscribe@freebsd.org" >