[PATCH] StopTheWorld in sanitizer_common (first commit)

Sergey Matveev earthdok at google.com
Wed Feb 27 03:56:27 PST 2013


Hi kcc, samsonov, glider,

StopTheWorld puts the process in a suspended state before running the
user-supplied callback. To be used in TSan and in leak checking code.

Linux implementation provided.

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

Files:
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_common.cc
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_stoptheworld.h
  lib/sanitizer_common/sanitizer_stoptheworld_linux.cc
  lib/sanitizer_common/tests/CMakeLists.txt
  lib/sanitizer_common/tests/sanitizer_stoptheworld_test.cc
  lib/sanitizer_common/tests/sanitizer_stoptheworld_testlib.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D469.1.patch
Type: text/x-patch
Size: 22478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130227/c146fa2e/attachment.bin>


More information about the llvm-commits mailing list