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)
Wed, Jun 26, 12:12 AM
Unknown Object (File)
Sat, Jun 22, 5:18 AM
Unknown Object (File)
Fri, Jun 21, 2:17 PM
Unknown Object (File)
Fri, Jun 21, 8:16 AM
Unknown Object (File)
Apr 25 2024, 5:02 PM
Unknown Object (File)
Apr 25 2024, 5:01 PM
Unknown Object (File)
Apr 25 2024, 5:01 PM
Unknown Object (File)
Apr 22 2024, 11:12 AM
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