Now that Mutex is blocking there is no point in using BlockingMutex.
Switch to Mutex.
Depends on D106379.
Paths
| Differential D106560
tsan: switch atexit mutex to the normal Mutex ClosedPublic Authored by dvyukov on Jul 22 2021, 8:22 AM.
Details Summary Now that Mutex is blocking there is no point in using BlockingMutex. Depends on D106379.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2021, 9:52 AM This revision was landed with ongoing or failed builds.Jul 23 2021, 12:13 AM Closed by commit rGa7767171cb79: tsan: switch atexit mutex to the normal Mutex (authored by dvyukov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361107 compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
|