From mboxrd@z Thu Jan 1 00:00:00 1970 From: ronkhu Subject: (non-member) wait-notify mechanism in pthreads Date: Mon, 28 Apr 2003 16:37:44 +0800 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3EACE858.8000700@hq.ntsp.nec.co.jp> Reply-To: ronkhu@ntsp.nec.co.jp Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Im not a member of this list but I've got a question: How does one go about implementing a wait-notify mechanism in pthreads in lieu of the busy-waiting approach( which tends to be a cpu-hog)?