This is an archive of the discontinued LLVM Phabricator instance.

[LSAN] Use ThreadArgRetval in LSAN
ClosedPublic

Authored by vitalybuka on May 8 2023, 5:10 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.May 8 2023, 5:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2023, 5:10 PM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.May 8 2023, 5:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2023, 5:10 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
thurston accepted this revision.May 11 2023, 1:31 PM
thurston added inline comments.
compiler-rt/lib/lsan/lsan_thread.cpp
37

InitializeThreadRegistry/LockThreadRegistry/UnlockThreadRegistry should have a more generic name because they now deal with both ThreadRegistry and ThreadArgRetval

This revision is now accepted and ready to land.May 11 2023, 1:31 PM
This revision was automatically updated to reflect the committed changes.
vitalybuka reopened this revision.May 16 2023, 10:52 AM
This revision is now accepted and ready to land.May 16 2023, 10:52 AM
This revision was automatically updated to reflect the committed changes.