[all-commits] [llvm/llvm-project] c1eaa1: tsan: mark sigwait as blocking

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed May 19 04:03:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1eaa1168a9000eac587e55d7f171df813c5340b
      https://github.com/llvm/llvm-project/commit/c1eaa1168a9000eac587e55d7f171df813c5340b
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-05-19 (Wed, 19 May 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    A compiler-rt/test/tsan/signal_block2.cpp

  Log Message:
  -----------
  tsan: mark sigwait as blocking

Add a test case reported in:
https://github.com/google/sanitizers/issues/1401
and fix it.
The code assumes sigwait will process other signals.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D102057




More information about the All-commits mailing list