HomeSort by relevance Sort by last modified time
    Searched refs:IsMyThread (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 420 bool InFuzzingThread() const { return IsMyThread; }
485 static thread_local bool IsMyThread;
FuzzerLoop.cpp 37 thread_local bool Fuzzer::IsMyThread;
153 IsMyThread = true;

Completed in 269 milliseconds