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)
Fri, Dec 13, 12:16 PM
Unknown Object (File)
Nov 16 2024, 5:18 PM
Unknown Object (File)
Nov 13 2024, 9:05 AM
Unknown Object (File)
Oct 1 2024, 4:22 AM
Unknown Object (File)
Sep 28 2024, 11:21 PM
Unknown Object (File)
Sep 28 2024, 9:26 PM
Unknown Object (File)
Sep 18 2024, 7:36 AM
Unknown Object (File)
Sep 17 2024, 7:56 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