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)
Fri, May 22, 3:14 AM
Unknown Object (File)
Fri, May 22, 3:13 AM
Unknown Object (File)
Thu, May 21, 3:34 PM
Unknown Object (File)
Mon, May 18, 10:36 AM
Unknown Object (File)
Sun, May 17, 5:07 PM
Unknown Object (File)
Thu, May 7, 8:44 PM
Unknown Object (File)
Thu, May 7, 3:30 PM
Unknown Object (File)
Mon, May 4, 4:40 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