[532] in Pthreads mailing list archive
Re: wait on a file descriptor and a condition variable
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Wed Nov 27 00:58:04 1996
Reply-To: proven@cygnus.com
To: Seiki Shibata <seiki@flab.fujitsu.co.jp>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "Wed, 27 Nov 1996 00:09:46 +0900."
<9611261509.AA13168@meridian.akashi.flab.fujitsu.co.jp>
Date: Wed, 27 Nov 1996 00:37:10 -0500
From: Christopher Provenzano <proven@proven.org>
>
> I already have two threads. One waits on a file descriptor with
> select() and another waits on a condition variable with
> condition_wait(). It doesn't work. The pthread kernel has to wait on
> these two events.
What doesn't work? Could you elaborate more?
Also could you elaborate why you need select?
CAP