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)
Tue, Apr 30, 4:49 PM
Unknown Object (File)
Tue, Apr 30, 4:49 PM
Unknown Object (File)
Tue, Apr 30, 4:49 PM
Unknown Object (File)
Tue, Apr 30, 4:49 PM
Unknown Object (File)
Tue, Apr 30, 10:10 AM
Unknown Object (File)
Apr 9 2024, 5:59 AM
Unknown Object (File)
Dec 23 2023, 3:05 AM
Unknown Object (File)
Dec 14 2023, 7:01 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