OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadlocal
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/file/dist/python/
magic.py
312
threadlocal
= threading.local()
variable
315
v = getattr(
threadlocal
, "magic_instance", None)
318
setattr(
threadlocal
, "magic_instance", v)
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026