Home
last modified time | relevance | path

Searched defs:ThreadId (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/pass-by-value/
H A Dheader.h3 ThreadId(const ThreadId &) {} in ThreadId() function
4 ThreadId(ThreadId &&) {} in ThreadId() function
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp63 u64 ThreadId = 0; in ValidateBlock() local
77 u64 ThreadId = 0; in ParseBlockHeader() local
151 u64 ThreadId; in TEST() local
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.h109 StopReplyStop(uint8_t Signal, lldb::tid_t ThreadId, llvm::StringRef Name, in StopReplyStop()
138 lldb::tid_t ThreadId; variable
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Denable_disable.cpp63 pthread_t ThreadId; in TEST_F() local
/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h71 using ThreadId = uint64_t; global() variable
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp332 StackTrieNode *createTrieNode(uint32_t ThreadId, int32_t FuncId, in createTrieNode()
342 StackTrieNode *findRootNode(uint32_t ThreadId, int32_t FuncId) { in findRootNode()
560 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll()
581 bool ReportThread, uint32_t ThreadId, in printSingleStack()
/llvm-project/offload/DeviceRTL/src/
H A DReduction.cpp184 uint32_t ThreadId = mapping::getThreadIdInBlock(); __kmpc_nvptx_teams_reduce_nowait_v2() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h225 support::ulittle32_t ThreadId; global() member
249 support::ulittle32_t ThreadId; global() member
/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp56 u64 ThreadId; member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp638 pthread_t ThreadId; in TEST_F() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3570 Value *ThreadId = getOrCreateThreadID(Ident); createReductions() local
3699 Value *ThreadId = getOrCreateThreadID(Ident); createMaster() local
3723 Value *ThreadId = getOrCreateThreadID(Ident); createMasked() local
5448 Value *ThreadId = getOrCreateThreadID(Ident); createCopyPrivate() local
5480 Value *ThreadId = getOrCreateThreadID(Ident); createSingle() local
5536 Value *ThreadId = getOrCreateThreadID(Ident); createCritical() local
5593 Value *ThreadId = getOrCreateThreadID(Ident); createOrderedDepend() local
5620 Value *ThreadId = getOrCreateThreadID(Ident); createOrderedThreadsSimd() local
5807 Value *ThreadId = getOrCreateThreadID(Ident); createOMPAlloc() local
5824 Value *ThreadId = getOrCreateThreadID(Ident); createOMPFree() local
5840 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropInit() local
5868 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropDestroy() local
5896 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropUse() local
5923 Value *ThreadId = getOrCreateThreadID(Ident); createCachedThreadPrivate() local
[all...]
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp449 __anon3666d5180702(const SmallString<0> &BC, unsigned ThreadId) splitCodeGen() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2398 const uint32_t ThreadId = Val.getZExtValue(); selectSpvThreadId() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2567 emitForStaticInitCall(CodeGenFunction & CGF,llvm::Value * UpdateLocation,llvm::Value * ThreadId,llvm::FunctionCallee ForStaticInitFunction,OpenMPSchedType Schedule,OpenMPScheduleClauseModifier M1,OpenMPScheduleClauseModifier M2,const CGOpenMPRuntime::StaticRTInput & Values) emitForStaticInitCall() argument
2628 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitForStaticInit() local
2645 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitDistributeStaticInit() local
5037 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitReduction() local
5847 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); emitUsesAllocatorsInit() local
5880 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); emitUsesAllocatorsFini() local
[all...]