I need to keep an isochronous event synchronized with a timer-oriented signal handler.
Can I use timer_settime()
inside a signal handler to adjust the next timer expiration, and thus keep my timer-oriented signal handler synchronized with the event?