Page MenuHomeFreeBSD

arm: add missing atomic-pointer functions
ClosedPublic

Authored by ehem_freebsd_m5p.com on Dec 22 2022, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 16, 6:49 PM
Unknown Object (File)
Mon, May 13, 4:06 AM
Unknown Object (File)
Mon, May 13, 4:06 AM
Unknown Object (File)
Sun, May 12, 2:15 PM
Unknown Object (File)
Sat, May 11, 2:17 AM
Unknown Object (File)
Dec 23 2023, 2:48 AM
Unknown Object (File)
Dec 11 2023, 1:11 AM
Unknown Object (File)
Nov 20 2023, 12:12 AM
Subscribers

Details

Summary

The pointer function types were missing for these functions, so add
them. Valuable for places where type sizes vary by architecture.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Having the atomic types which vary matching the size of size_t seems distinctly helpful. Since @andrew is the one who matches, any chance this can pass through quickly?

This revision is now accepted and ready to land.Jan 30 2023, 3:12 PM
This revision was automatically updated to reflect the committed changes.