From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 10 Aug 2001 17:30:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 10 Aug 2001 17:30:11 -0400 Received: from zeus.kernel.org ([209.10.41.242]:14999 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id ; Fri, 10 Aug 2001 17:29:46 -0400 Reply-To: From: "Imran Badr" To: Subject: how to check whether other threads are waiting .. Date: Fri, 10 Aug 2001 14:28:20 -0700 Message-ID: <001701c121e3$612a27d0$6401a8c0@IMRANPC> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, How can I find out in my kernel code that if mutiple threads are waiting for a particular semaphore? Thanks, imran.