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.
Differential D10545
Make semaphore names list mutex non-recursive. kib on Apr 30 2017, 10:57 AM. Authored by Tags None Referenced Files
Subscribers
Details
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
|