It is preferable to use std::shared_mutex style mutex. Will switch to
using it when it's available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144691
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 23 2023, 7:03 PM Closed by commit rG6860d1c6e44f: [scudo] Accessing PossibleRegions requires lock (authored by Chia-hungDuan). · Explain WhyFeb 23 2023, 8:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500068 compiler-rt/lib/scudo/standalone/primary32.h
|