diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-21 14:22:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-21 14:22:52 (GMT) |
commit | a4933e22d0b56bf07cf35cb90eb1f6fd6c9e48cb (patch) | |
tree | 78f3a200ccbd78c4776b48659f02ed1690a253dd /generic/tclInt.h | |
parent | 349c1fd2676793625cc0037a11d5989b0a591397 (diff) | |
download | tcl-a4933e22d0b56bf07cf35cb90eb1f6fd6c9e48cb.zip tcl-a4933e22d0b56bf07cf35cb90eb1f6fd6c9e48cb.tar.gz tcl-a4933e22d0b56bf07cf35cb90eb1f6fd6c9e48cb.tar.bz2 |
(experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. One less mutex to be worried about.
Diffstat (limited to 'generic/tclInt.h')
-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 42c13dd..da792aa 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3059,6 +3059,7 @@ MODULE_SCOPE void TclpInitUnlock(void); MODULE_SCOPE Tcl_Obj * TclpObjListVolumes(void); MODULE_SCOPE void TclpMasterLock(void); MODULE_SCOPE void TclpMasterUnlock(void); +MODULE_SCOPE void TclpMasterReset(void); MODULE_SCOPE int TclpMatchFiles(Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail); MODULE_SCOPE int TclpObjNormalizePath(Tcl_Interp *interp, |