Page MenuHomeFreeBSD

rpcgen: Unindent a line not guarded by if (mtflag).
ClosedPublic

Authored by jhb on Nov 29 2022, 7:55 PM.
Tags
None
Referenced Files
F102760623: D37541.diff
Sat, Nov 16, 7:19 PM
Unknown Object (File)
Sep 19 2024, 8:58 PM
Unknown Object (File)
Sep 5 2024, 3:21 AM
Unknown Object (File)
Sep 1 2024, 7:00 AM
Unknown Object (File)
Jun 29 2024, 9:25 PM
Unknown Object (File)
Jun 27 2024, 12:35 AM
Unknown Object (File)
Jun 19 2024, 7:22 AM
Unknown Object (File)
May 7 2024, 7:04 PM
Subscribers

Details

Summary

mtflag is used to add pthread mutex locking around operations to make
them thread-safe. Setting the state to _SERVED is not conditional on
locking.

Diff Detail

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