Which functions are interrupted by signals even with SA_RESTART?

Is there any reasonably complete list of which functions in POSIX are interrupted with EINTR when a signal is received or handled, even if there is no signal handler or if the handler was installed with SA_RESTART? Some examples:

  • select
  • nanosleep
  • etc.
7
задан R.. 23 March 2011 в 12:33
поделиться