[PATCH] D124715: Use QoS class Utility for ThreadPriority::Low on Mac

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 30 08:43:28 PDT 2022


dgoldman added inline comments.


================
Comment at: llvm/include/llvm/Support/Threading.h:239
   };
   /// If priority is Background tries to lower current threads priority such
   /// that it does not affect foreground tasks significantly. Can be used for
----------------
Should be "Low" now

Wonder if this comment should be moved up into ThreadPriority?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124715/new/

https://reviews.llvm.org/D124715



More information about the cfe-commits mailing list