[PATCH] D58492: [clangd] Add thread priority lowering for MacOS as well
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 21 09:55:38 PST 2019
gribozavr added a comment.
macOS supports `pthread_setschedparam()` that we call on Linux, why not reuse the same code path?
https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/pthread_setschedparam.3.html
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58492/new/
https://reviews.llvm.org/D58492
More information about the cfe-commits
mailing list