Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264069AbTKJTMl (ORCPT ); Mon, 10 Nov 2003 14:12:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264072AbTKJTMl (ORCPT ); Mon, 10 Nov 2003 14:12:41 -0500 Received: from sea2-dav56.sea2.hotmail.com ([207.68.164.191]:12045 "EHLO hotmail.com") by vger.kernel.org with ESMTP id S264069AbTKJTMk (ORCPT ); Mon, 10 Nov 2003 14:12:40 -0500 X-Originating-IP: [12.145.34.101] X-Originating-Email: [san_madhav@hotmail.com] From: "sankar" To: Subject: pthread condition variables question Date: Mon, 10 Nov 2003 11:07:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 10 Nov 2003 19:12:39.0621 (UTC) FILETIME=[9BCFAF50:01C3A7BE] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 502 Lines: 13 Hi, How is pthread condition variables implemented on linux. Specifically I want to know how pthread_cond_signal() wakes the waiting thread. Does it send any specific signal to the waiting thread or is there any other means?? Thx in advance. Sankarshana M - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/