Page MenuHomeFreeBSD

Make semaphore names list mutex non-recursive.
ClosedPublic

Authored by kib on Apr 30 2017, 10:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 6:10 PM
Unknown Object (File)
Fri, Feb 7, 2:47 PM
Unknown Object (File)
Nov 27 2024, 11:40 AM
Unknown Object (File)
Nov 16 2024, 3:20 AM
Unknown Object (File)
Oct 13 2024, 6:56 AM
Unknown Object (File)
Sep 23 2024, 5:50 PM
Unknown Object (File)
Sep 23 2024, 4:45 AM
Unknown Object (File)
Sep 22 2024, 11:17 PM
Subscribers

Details

Summary

I do not see how recursion can be realized in the current code.

The mutex is used un sem_open() and sem_close(), which cannot recurse. The atfork handlers cannot collide with the open and close code.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 8986
Build 9382: CI src buildJenkins