summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-04-09 19:53:39 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-04-09 19:53:39 (GMT)
commit63f824a7e9b36198552d2b91b98ab9314fa8d2bd (patch)
tree64f6b3b62d1a2d29c62c2e5174d8710e379e4177 /generic/tcl.decls
parent805cd597f906a608d30e585e9b6dd57c38f4eadc (diff)
downloadtcl-63f824a7e9b36198552d2b91b98ab9314fa8d2bd.zip
tcl-63f824a7e9b36198552d2b91b98ab9314fa8d2bd.tar.gz
tcl-63f824a7e9b36198552d2b91b98ab9314fa8d2bd.tar.bz2
Add new public Tcl C API to allow a mutex to be unlocked and then finalized atomically. Candidate fix for bug [57945b574a].
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 1829249..8be7d32 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2326,6 +2326,11 @@ declare 630 {
# ----- BASELINE -- FOR -- 8.6.0 ----- #
+# TIP #XXX
+declare 631 {
+ void Tcl_MutexUnlockAndFinalize(Tcl_Mutex *mutex)
+}
+
##############################################################################
# Define the platform specific public Tcl interface. These functions are only