Searched refs:threadlocal (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/file/dist/python/ |
H A D | magic.py | 312 threadlocal = threading.local() variable 315 v = getattr(threadlocal, "magic_instance", None) 318 setattr(threadlocal, "magic_instance", v)
|
H A D | CHANGELOG.md | 5 - Create threadlocal objects so that the `detect_from_*` methods work properly
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 296 bool threadlocal=false) = 0;
|
H A D | CGObjCMac.cpp | 1379 bool threadlocal = false) override; 1692 bool threadlocal = false) override; 5011 bool threadlocal) { in EmitObjCGlobalAssign() argument 5023 if (!threadlocal) in EmitObjCGlobalAssign() 7777 bool threadlocal) { in EmitObjCGlobalAssign() argument 7789 if (!threadlocal) in EmitObjCGlobalAssign()
|
H A D | CGObjCGNU.cpp | 641 bool threadlocal=false) override; 4000 bool threadlocal) { in EmitObjCGlobalAssign() argument 4005 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BitCodeFormat.rst | 683 …ointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, … 735 * *threadlocal*: If present, an encoding of the thread local storage mode of the 847 … size, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr, … 866 * *threadlocal*: If present, an encoding of the
|