NAME pthread_kill - send a signal to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ... SYNOPSIS #include int pthread_kill(pthread_t thread , int sig ); Feature …NAME pthread_kill_other_threads_np - terminate all other threads in process LIBRARY POSIX threads ... library ( libpthread , -lpthread ) SYNOPSIS #include void pthread_kill_other…multithreaded program it is equivalent to pthread_kill(pthread_self(), sig); If the signal causes ... kill (2), sigaction (2), signal (2), pthread_kill (3), signalsetsigmask_np (3), pthread_create (3), pthread_kill (3), sigsetops (3), pthreads (7), signal