This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Accessing PossibleRegions requires lock
ClosedPublic

Authored by Chia-hungDuan on Feb 23 2023, 6:04 PM.

Details

Summary

It is preferable to use std::shared_mutex style mutex. Will switch to
using it when it's available.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Feb 23 2023, 6:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 6:04 PM
Chia-hungDuan requested review of this revision.Feb 23 2023, 6:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 6:04 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan edited the summary of this revision. (Show Details)
cferris accepted this revision.Feb 23 2023, 7:03 PM

LGTM

This revision is now accepted and ready to land.Feb 23 2023, 7:03 PM
This revision was automatically updated to reflect the committed changes.