From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott McCaskill" To: Subject: destroying a locked mutex Date: Tue, 24 Jul 2001 09:11:00 -0000 Message-id: <005901c1145b$d4f6ad40$3e0f020a@hand.local> X-SW-Source: 2001/msg00065.html Should pthread_mutex_destroy() return an error if the mutex is locked? pthreads-win32 seems to disagree with the linux implementation of pthreads on this point (OK on windows, not on linux).