Home
last modified time | relevance | path

Searched defs:IsMyThread (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h151 static thread_local bool IsMyThread; variable
H A DFuzzerLoop.cpp41 thread_local bool Fuzzer::IsMyThread; member in fuzzer::Fuzzer