[PATCH] Add generic ThreadRegistry class for sanitizer runtimes.

Kostya Serebryany kcc at google.com
Wed Mar 13 00:32:49 PDT 2013



================
Comment at: lib/sanitizer_common/sanitizer_thread_registry.h:44
@@ +43,3 @@
+
+  const int tid;  // Thread ID. Main thread should have tid = 0.
+  int unique_id;  // Unique thread ID.
----------------
shouldn't this be u32? 


http://llvm-reviews.chandlerc.com/D530



More information about the llvm-commits mailing list