Sends a signal to the thread that calls it.
tis_raise(
          signal );
 
Argument         Data Type               Access
signal           integer                 read
#include#include
int tis_raise ( int signal);
error = pthread_
kill(pthread_self(), signal);
For related information, refer to the pthread_kill description.
Return Description0 Successful completion. [EINVAL] The value of signal is an invalid or unsupported signal number.
pthread_kill sigaction