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

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 93 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
94 bool RunSafelyOnThread(void (*Fn)(void*), void *UserData,
96 return RunSafelyOnThread([&]() { Fn(UserData); }, RequestedStackSize);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 368 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn,
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1276 milliseconds