Searched refs:IsMainThread (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 47 if (!IsMainThread()) in Init() 64 if (IsMainThread()) { in Init() 162 if (t && (t->IsMainThread())) in EnsureMainThreadIDIsCorrect()
|
H A D | hwasan_thread.h | 50 bool IsMainThread() { return unique_id_ == 0; } in IsMainThread() function
|
H A D | hwasan_linux.cpp | 504 GetThreadStackAndTls(IsMainThread(), &stack_bottom_, &stack_size, &tls_begin_, in TagMemoryAligned()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.h | 39 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
|
H A D | dfsan_thread.cpp | 26 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.h | 34 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
|
H A D | msan_thread.cpp | 25 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4208 Instruction *IsMainThread = in forceSingleThreadPerWorkgroupHelper() 4212 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4213 BranchInst::Create(ReturnBB, UserCodeBB, IsMainThread, InitBB); in forceSingleThreadPerWorkgroupHelper() 4207 Instruction *IsMainThread = forceSingleThreadPerWorkgroupHelper() local
|