Searched defs:RunSafely (Results 1 – 2 of 2) sorted by relevance
227 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext413 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function