Add regression tests for bugs 220459 and 220398
Bug 220398 - lio_listio(2) never sends asynchronous notification if nent==0
Bug 220459 - lio_listio(2) doesn't support SIGEV_THREAD
Differential D11470
Add regression tests for bugs 220459 and 220398 asomers on Jul 3 2017, 10:16 PM. Authored by Tags None Referenced Files
Subscribers
Details Add regression tests for bugs 220459 and 220398 Bug 220398 - lio_listio(2) never sends asynchronous notification if nent==0
Diff Detail
Event TimelineComment Actions I'll fix the style. In the meantime, since you seem to be interested in aio(4), do you want to review D11468 ? Comment Actions Another option instead of 'signaled' might be to use a POSIX semaphore as you can 'sem_post' from a signal handler and you could then just do 'sem_wait' in the test bodies.
|