[PATCH] D59130: [llvm][Support] Provide interface to set thread priorities
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 09:32:44 PST 2019
jfb added a comment.
None of these check the return value of the priority calls. What's expected if it fails?
Do these actually give the same semantics? I'm worried that this will get used and on some platforms a thread might stop doing progress at all whereas on other platforms they'll still make progress. What's the intended use of this?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59130/new/
https://reviews.llvm.org/D59130
More information about the llvm-commits
mailing list