summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-06-17 20:32:01 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-06-17 20:32:01 (GMT)
commit7ba021af61fdd62da199c90339ad90e4a1781804 (patch)
tree8dff88386e0c9be0fc341ba01a9c07d232f9617e /generic/tclThread.c
parentd4bb7bdf65e391348d97f1464a3700c839693e39 (diff)
downloadtcl-7ba021af61fdd62da199c90339ad90e4a1781804.zip
tcl-7ba021af61fdd62da199c90339ad90e4a1781804.tar.gz
tcl-7ba021af61fdd62da199c90339ad90e4a1781804.tar.bz2
Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r--generic/tclThread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c
index 065df0e..c2112b7 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -284,7 +284,7 @@ Tcl_MutexFinalize(
/*
*----------------------------------------------------------------------
*
- * TclpMutexUnlockAndFinalize --
+ * TclMutexUnlockAndFinalize --
*
* This procedure is invoked to unlock and then finalize a mutex.
* The mutex must have been locked by Tcl_MutexLock. It is also
@@ -301,7 +301,7 @@ Tcl_MutexFinalize(
*/
void
-TclpMutexUnlockAndFinalize(
+TclMutexUnlockAndFinalize(
Tcl_Mutex *mutexPtr)
{
Tcl_Mutex mutex;