Implement SIGEV_THREAD notifications for lio_listio(2)
Our man pages have always indicated that this was supported, but in fact the
feature was never implemented for lio_listio(2).
Differential D11680
Implement SIGEV_THREAD notifications for lio_listio(2) asomers on Jul 20 2017, 7:46 PM. Authored by Tags None Referenced Files
Subscribers
Details Implement SIGEV_THREAD notifications for lio_listio(2) Our man pages have always indicated that this was supported, but in fact the tests/sys/aio/lio_test
Diff Detail
Event TimelineComment Actions This generally looks fine. The saved_ev thing is kind of racey (what if the thread fires before the sigevent contents are updated?), but that isn't a new bug.
|