summaryrefslogtreecommitdiff
path: root/ptw32_threadDestroy.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-24 23:33:14 +0000
committerrpj <rpj>2011-03-24 23:33:14 +0000
commitdb171f2f9435b98f05f33fcbc0dcf0c5cc1cb917 (patch)
tree9d617a20a9e0ad1fcf415e353057c53e6d77d0f3 /ptw32_threadDestroy.c
parente5229a33f8724a90cbb0b56c3ecc1d6691bf54d7 (diff)
First pass of robust mutexes
Diffstat (limited to 'ptw32_threadDestroy.c')
-rw-r--r--ptw32_threadDestroy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ptw32_threadDestroy.c b/ptw32_threadDestroy.c
index 9e3b688..41499b1 100644
--- a/ptw32_threadDestroy.c
+++ b/ptw32_threadDestroy.c
@@ -64,9 +64,6 @@ ptw32_threadDestroy (pthread_t thread)
CloseHandle (threadCopy.cancelEvent);
}
- (void) pthread_mutex_destroy(&threadCopy.cancelLock);
- (void) pthread_mutex_destroy(&threadCopy.threadLock);
-
#if ! (defined(__MINGW64__) || defined(__MINGW32__)) || defined (__MSVCRT__) || defined (__DMC__)
/*
* See documentation for endthread vs endthreadex.