[PATCH] D57839: Introduce ThreadType enum

Yuri Per via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 13:22:40 PST 2019


yuri marked 2 inline comments as done.
yuri added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_thread_registry.h:33
+  Regular, // Normal thread
+  Worker,  // GCD worker thread
+};
----------------
vitalybuka wrote:
> Can you expand GCD?
Done


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D57839





More information about the llvm-commits mailing list