Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h40 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h34 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h44 bool IsMainThread() { return unique_id_ == 0; } in IsMainThread() function