Page MenuHomeFreeBSD

libcuse: silence -Wthread-safety-analysis warnings
ClosedPublic

Authored by arichardson on Sep 14 2025, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 10, 8:34 AM
Unknown Object (File)
May 14 2026, 11:19 PM
Unknown Object (File)
May 14 2026, 10:16 PM
Unknown Object (File)
May 12 2026, 3:52 PM
Unknown Object (File)
May 2 2026, 9:11 AM
Unknown Object (File)
Apr 27 2026, 2:00 PM
Unknown Object (File)
Apr 24 2026, 8:01 PM
Unknown Object (File)
Apr 23 2026, 12:10 PM
Subscribers

Details

Summary

The init function does not need to aquire a lock for TAILQ_INIT, so just
add __no_lock_analysis. We could also acquire the lock to silence the
analysis but that is unnecessary.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 67025
Build 63908: arc lint + arc unit