Searched refs:RunSafelyOnThread (Results 1 - 4 of 4) 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
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp968 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(CreateModuleAction); },
/external/clang/tools/libclang/
H A DCIndex.cpp6802 return CRC.RunSafelyOnThread(Fn, UserData, Size);

Completed in 325 milliseconds