Date: Wed, 25 Jun 2003 09:48:30 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> To: Julian Elischer <julian@elischer.org> Cc: freebsd-threads@freebsd.org Subject: Re: semaphores and multithreading Message-ID: <Pine.GSO.4.10.10306250944520.22247-100000@pcnet5.pcnet.com> In-Reply-To: <Pine.BSF.4.21.0306250032160.44121-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Jun 2003, Julian Elischer wrote: > 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? What kind of semaphores? Libc_r and SysV semaphores will not work together. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10306250944520.22247-100000>