z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Asynchronous interrupts

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

If an asynchronous signal is being delivered to a thread running with POSIX(ON), the thread is interrupted for the signal only when the execution is:
  • In a user C or C++ routine
  • Just before a return to a C or C++ routine
  • Just before an invocation of a Language Environment library from a user routine

C or C++ routines might need to protect against asynchronous signals based on the application logic including the possible use of the POSIX signal-blocking function that is available.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014