Home
last modified time | relevance | path

Searched refs:UseBackgroundPriority (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp485 bool UseBackgroundPriority; member
494 if (Info->UseBackgroundPriority) in RunSafelyOnThread_Dispatch()
501 bool UseBackgroundPriority = hasThreadBackgroundPriority(); in RunSafelyOnThread() local
502 RunSafelyOnThreadInfo Info = { Fn, this, UseBackgroundPriority, false }; in RunSafelyOnThread()