diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-04-09 19:53:39 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-04-09 19:53:39 (GMT) |
commit | 63f824a7e9b36198552d2b91b98ab9314fa8d2bd (patch) | |
tree | 64f6b3b62d1a2d29c62c2e5174d8710e379e4177 /generic/tcl.decls | |
parent | 805cd597f906a608d30e585e9b6dd57c38f4eadc (diff) | |
download | tcl-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.decls | 5 |
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 |