Home
last modified time | relevance | path

Searched refs:threadlocal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/file/python/
H A Dmagic.py312 threadlocal = threading.local() variable
315 v = getattr(threadlocal, "magic_instance", None)
318 setattr(threadlocal, "magic_instance", v)
H A DCHANGELOG.md5 - Create threadlocal objects so that the `detect_from_*` methods work properly
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h297 bool threadlocal=false) = 0;
H A DCGObjCMac.cpp1383 bool threadlocal = false) override;
1704 bool threadlocal = false) override;
4943 bool threadlocal) { in EmitObjCGlobalAssign() argument
4956 if (!threadlocal) in EmitObjCGlobalAssign()
7709 bool threadlocal) { in EmitObjCGlobalAssign() argument
7722 if (!threadlocal) in EmitObjCGlobalAssign()
H A DCGObjCGNU.cpp644 bool threadlocal=false) override;
4223 bool threadlocal) { in EmitObjCGlobalAssign() argument
4228 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()