Lines Matching refs:signalnum
306 .. function:: getsignal(signalnum)
308 Return the current signal handler for the signal *signalnum*. The returned value
317 .. function:: strsignal(signalnum)
319 Return the system description of the signal *signalnum*, such as
367 .. function:: pthread_kill(thread_id, signalnum)
369 Send the signal *signalnum* to the thread *thread_id*, another thread in the
381 If *signalnum* is 0, then no signal is sent, but error checking is still
384 .. audit-event:: signal.pthread_kill thread_id,signalnum signal.pthread_kill
501 .. function:: siginterrupt(signalnum, flag)
504 calls will be restarted when interrupted by signal *signalnum*, otherwise
515 .. function:: signal(signalnum, handler)
517 Set the handler for signal *signalnum* to the function *handler*. *handler* can