]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_BG to...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 25 Jun 2014 23:54:50 +0000 (23:54 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 25 Jun 2014 23:54:50 +0000 (23:54 +0000)
commitce6e7c7a59e8595ea3f30d87cbad4af278cb5ef3
tree2a8c3b6028d94986af960d3e09d3848e15a4c3eb
parentf36f20ae7a191f42a4ef63dd68a6a6545d02695b
For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_BG to the new thread if it is
set on the calling thread.

This allows libclang's indexing threads to propagate their priority to the clang module building threads.

rdar://17459872

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211747 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CrashRecoveryContext.h
lib/Support/CrashRecoveryContext.cpp