Searched refs:IsMainThread (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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 | 502 GetThreadStackAndTls(IsMainThread(), &stack_bottom_, &stack_top_, &tls_begin_, in InitStackAndTls()
|
| /freebsd/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 | 24 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_.top, &tls_begin_, in SetThreadStackAndTls()
|
| /freebsd/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 | 23 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_.top, &tls_begin_, in SetThreadStackAndTls()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.h | 31 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
|
| H A D | nsan_thread.cpp | 32 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_.top, &tls_begin_, in SetThreadStackAndTls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4216 Instruction *IsMainThread = in forceSingleThreadPerWorkgroupHelper() local 4220 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4221 BranchInst::Create(ReturnBB, UserCodeBB, IsMainThread, InitBB); in forceSingleThreadPerWorkgroupHelper()
|