Page MenuHomeFreeBSD

pthread_mutexattr_init(3): describe pthread_mutexattr_{set,get}pshared
ClosedPublic

Authored by kib on Oct 23 2023, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 10:07 AM
Unknown Object (File)
Fri, Oct 17, 10:07 AM
Unknown Object (File)
Fri, Oct 17, 10:07 AM
Unknown Object (File)
Fri, Oct 17, 10:07 AM
Unknown Object (File)
Fri, Oct 17, 12:32 AM
Unknown Object (File)
Mon, Oct 13, 11:41 PM
Unknown Object (File)
Sep 19 2025, 2:20 AM
Unknown Object (File)
Sep 16 2025, 4:42 PM
Subscribers

Diff Detail

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

Event Timeline

kib requested review of this revision.Oct 23 2023, 10:58 PM

Content is good, a couple of minor edits/suggestions.

share/man/man3/pthread_condattr.3
117 ↗(On Diff #129268)
118 ↗(On Diff #129268)

I'm not sure about "existing" here. Do we expect that the limitations will be addressed in the future? I think just "and their limitations" is clear and sounds natural.

162 ↗(On Diff #129268)

I think we typically sort these in alpha order?

share/man/man3/pthread_mutexattr.3
136
150

We might want to clarify what "have access to" means. Maybe "share access to the memory"?

156

same comments as the similar text in pthread_condattr.3

This revision is now accepted and ready to land.Oct 26 2023, 7:54 PM
kib marked 6 inline comments as done.Oct 26 2023, 9:03 PM