Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/
Dvirtualized.py82 threadlocal = local() variable
114 setattr(threadlocal, self._key, value)
127 return getattr(threadlocal, self._key)
/external/clang/lib/CodeGen/
DCGObjCRuntime.h255 bool threadlocal=false) = 0;
DCGObjCMac.cpp1249 bool threadlocal = false) override;
1542 bool threadlocal = false) override;
4409 bool threadlocal) { in EmitObjCGlobalAssign() argument
4421 if (!threadlocal) in EmitObjCGlobalAssign()
7154 bool threadlocal) { in EmitObjCGlobalAssign() argument
7166 if (!threadlocal) in EmitObjCGlobalAssign()
DCGObjCGNU.cpp566 bool threadlocal=false) override;
2741 bool threadlocal) { in EmitObjCGlobalAssign() argument
2746 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
/external/llvm/docs/
DBitCodeFormat.rst676 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, …
725 * *threadlocal*: If present, an encoding of the thread local storage mode of the
820 ``[ALIAS, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr…
836 * *threadlocal*: If present, an encoding of the
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc303 threadlocal_address, // llvm.threadlocal.address
DIntrinsicImpl.inc335 "llvm.threadlocal.address",
16363 65, // llvm.threadlocal.address
/external/llvm/test/Bindings/OCaml/
Dcore.ml509 group "threadlocal";
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst939 the interesting parts of it) can be stored in a threadlocal