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
F97364525: D43327.diff
Sat, Sep 28, 9:26 PM
Unknown Object (File)
Wed, Sep 18, 7:36 AM
Unknown Object (File)
Tue, Sep 17, 7:56 PM
Unknown Object (File)
Tue, Sep 17, 9:12 AM
Unknown Object (File)
Mon, Sep 16, 8:40 AM
Unknown Object (File)
Sun, Sep 15, 11:51 PM
Unknown Object (File)
Sun, Sep 8, 2:55 PM
Unknown Object (File)
Sun, Sep 8, 1:21 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