Does kevent discard the changelist when interrupted by a signal?

113 views Asked by At

When kevent returns EINTR, which is a likely occurrence because it does not support SA_RESTART behavior, has the changelist been applied or not?

I get the impression it has, because signals generate EINTR only after the thread has gone to sleep, which only happens after the changelist is applied. Right?

0

There are 0 answers