Home
last modified time | relevance | path

Searched defs:RunSafelyOnThreadInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp333 struct RunSafelyOnThreadInfo { struct
334 void (*UserFn)(void*);
335 void *UserData;
336 CrashRecoveryContext *CRC;
337 bool Result;
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp353 struct RunSafelyOnThreadInfo { struct
354 function_ref<void()> Fn;
355 CrashRecoveryContext *CRC;
356 bool UseBackgroundPriority;
357 bool Result;