Searched defs:RunSafelyOnThread (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h93 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
94 bool RunSafelyOnThread(void (*Fn)(void*), void *UserData, function in namespace:llvm
96 return RunSafelyOnThread([&]() { Fn(UserData); }, RequestedStackSize);
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp368 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, function in class:CrashRecoveryContext

Completed in 270 milliseconds