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

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 88 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
89 bool RunSafelyOnThread(void (*Fn)(void*), void *UserData,
91 return RunSafelyOnThread([&]() { Fn(UserData); }, RequestedStackSize);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 378 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn,

Completed in 76 milliseconds