Home
last modified time | relevance | path

Searched defs:IsMainThread (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h39 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h34 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h50 bool IsMainThread() { return unique_id_ == 0; } in IsMainThread() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4208 Instruction *IsMainThread = in forceSingleThreadPerWorkgroupHelper() local