From mboxrd@z Thu Jan 1 00:00:00 1970 From: Senthil Nathan V Subject: pthread_mutex_destroy call in nptl-2.3.4 thread libraries Date: Mon, 6 Feb 2006 21:50:54 +0530 Message-ID: <8d1265000602060820t247b6f18kf79f72e3bb131cb8@mail.gmail.com> References: <8d1265000602060818n6a1c499che2828236645252f4@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <8d1265000602060818n6a1c499che2828236645252f4@mail.gmail.com> Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi All, I am learning multi-threaded programming in Linux. Locking a deleted mutex is possible in nptl threads. Now my query is : * Is there any possible way to check for destroyed mutex ? Thanks in advance. -regards, Senthil Nathan V