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

  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 102 bool InFuzzingThread() const { return IsMyThread; }
169 static thread_local bool IsMyThread;
  /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 339 milliseconds