This is an archive of the discontinued LLVM Phabricator instance.

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.
Switch to Mutex.

Depends on D106379.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 22 2021, 8:22 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2021, 8:22 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 22 2021, 9:52 AM
This 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
This revision was automatically updated to reflect the committed changes.