diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2013-10-28 21:45:52 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2013-10-28 21:45:52 (GMT) |
commit | 6e55611be005b723e3f0d2ec521f2e73fce4c003 (patch) | |
tree | 56c68a28ffaecd5d1afdcf53b25a2e1cd08f76d1 /generic | |
parent | 5399cdf3b1ddf72ac37efa3b23117cd69836552a (diff) | |
download | tcl-6e55611be005b723e3f0d2ec521f2e73fce4c003.zip tcl-6e55611be005b723e3f0d2ec521f2e73fce4c003.tar.gz tcl-6e55611be005b723e3f0d2ec521f2e73fce4c003.tar.bz2 |
Try resetting all the 'one time' locks as well.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index dc28b97..9ec4a55 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2665,6 +2665,7 @@ MODULE_SCOPE int TclpThreadCreate(Tcl_ThreadId *idPtr, MODULE_SCOPE int TclpFindVariable(const char *name, int *lengthPtr); MODULE_SCOPE void TclpInitLibraryPath(char **valuePtr, int *lengthPtr, Tcl_Encoding *encodingPtr); +MODULE_SCOPE void TclpResetLocks(void); MODULE_SCOPE void TclpInitLock(void); MODULE_SCOPE void TclpInitPlatform(void); MODULE_SCOPE void TclpInitUnlock(void); |