summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-25 15:19:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-25 15:19:52 (GMT)
commitb0f256541bc7a9e4221bcf6500e83e8cf5c250d6 (patch)
tree737b11acc146f4cce01056bd8523581a7d4a0ad0 /generic/tclFileSystem.h
parent527a4f67fa396747502ba37514a882725f401110 (diff)
parentc56279aca031cd571054139f95be82bb90c7dbfa (diff)
downloadtcl-b0f256541bc7a9e4221bcf6500e83e8cf5c250d6.zip
tcl-b0f256541bc7a9e4221bcf6500e83e8cf5c250d6.tar.gz
tcl-b0f256541bc7a9e4221bcf6500e83e8cf5c250d6.tar.bz2
3024359 Make sure that the per-thread cache of the list of file systems
currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index c50c751..828e81d 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -51,6 +51,7 @@ typedef struct ThreadSpecificData {
Tcl_Obj *cwdPathPtr;
ClientData cwdClientData;
FilesystemRecord *filesystemList;
+ int claims;
} ThreadSpecificData;
/*