summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2013-10-28 21:45:52 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2013-10-28 21:45:52 (GMT)
commit6e55611be005b723e3f0d2ec521f2e73fce4c003 (patch)
tree56c68a28ffaecd5d1afdcf53b25a2e1cd08f76d1 /generic
parent5399cdf3b1ddf72ac37efa3b23117cd69836552a (diff)
downloadtcl-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.h1
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);