Searched refs:IsMainThread (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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 | 494 GetThreadStackAndTls(IsMainThread(), &stack_bottom_, &stack_size, &tls_begin_, in InitStackAndTls()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4207 Instruction *IsMainThread = in forceSingleThreadPerWorkgroupHelper() local 4211 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4212 BranchInst::Create(ReturnBB, UserCodeBB, IsMainThread, InitBB); in forceSingleThreadPerWorkgroupHelper()
|