[PATCH] Add generic ThreadRegistry class for sanitizer runtimes.

Alexey Samsonov samsonov at google.com
Tue Mar 12 05:13:03 PDT 2013


Hi kcc, dvyukov,

This class holds basic thread bookkeeping logic and allows specific
sanitizer runtimes to create thread contexts and mark threads as
created/running/joined etc. It is loosely based on the way we currently store
thread contexts in TSan.

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

Files:
  lib/sanitizer_common/tests/sanitizer_thread_registry_test.cc
  lib/sanitizer_common/tests/CMakeLists.txt
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_thread_registry.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D530.1.patch
Type: text/x-patch
Size: 18556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130312/39e0c316/attachment.bin>


More information about the llvm-commits mailing list