Searched refs:threadlocal (Results 1 – 9 of 9) sorted by relevance
/external/pytorch/torch/_inductor/ |
D | virtualized.py | 82 threadlocal = local() variable 114 setattr(threadlocal, self._key, value) 127 return getattr(threadlocal, self._key)
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 255 bool threadlocal=false) = 0;
|
D | CGObjCMac.cpp | 1249 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()
|
D | CGObjCGNU.cpp | 566 bool threadlocal=false) override; 2741 bool threadlocal) { in EmitObjCGlobalAssign() argument 2746 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 676 ``[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/ |
D | IntrinsicEnums.inc | 303 threadlocal_address, // llvm.threadlocal.address
|
D | IntrinsicImpl.inc | 335 "llvm.threadlocal.address", 16363 65, // llvm.threadlocal.address
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 509 group "threadlocal";
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 939 the interesting parts of it) can be stored in a threadlocal
|