Configuring Signals That Threads are Blocked From Receiving

Line 17 allows you to specify threads to be blocked from receiving signals.

For example, to add blocking for the SIGALRM (14) signal the last few lines of the file will look like this:

QPARAM1\QPARAM2\QPARAM3\QPARAM4\CP_V...
<blank line - unless UVAPI is configured>
<blank line>
14

If you want to add more signals to the list they will need to be separated by the '\' character:

QPARAM1\QPARAM2\QPARAM3\QPARAM4\CP_V...
<blank line - unless UVAPI is configured>
<blank line>
14\13\12\\

If the line is blank or there are no signal IDs set then the default behavior is not to block the threads from receiving signals.