Page MenuHomeFreeBSD

libthr: thr_attr.c: More style and clarity fixes
ClosedPublic

Authored by olce on Jan 5 2024, 2:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 6:41 AM
Unknown Object (File)
Mon, Oct 13, 6:41 AM
Unknown Object (File)
Mon, Oct 13, 6:41 AM
Unknown Object (File)
Sun, Oct 12, 6:35 PM
Unknown Object (File)
Sun, Oct 12, 1:54 AM
Unknown Object (File)
Fri, Oct 10, 1:35 AM
Unknown Object (File)
Thu, Sep 25, 7:57 AM
Unknown Object (File)
Sep 14 2025, 1:23 PM
Subscribers

Details

Summary

The change of argument for sizeof() (from a type to an object) is to be
consistent with the change done for the malloc() code just above in the
preceding commit touching this file.

Consider bit flags as integers and test whether they are set with an
explicit comparison with 0.

Use an explicit flag value (PTHREAD_SCOPE_SYSTEM) in place of a variable
that has this value at point of substitution.

All other changes are straightforward.

Suggested by: kib
MFC after: 2 weeks

Diff Detail

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