next up previous contents index
Next: 25.3.44 pthread_sleep: Sleep for Up: 25.3 POSIX Threads Reference Previous: 25.3.42 pthread_sigmask: examine and

25.3.43 pthread_kill: send a signal to a thread

 

SYNOPSIS

#include <oskit/threads/pthread.h> #include <signal.h>

int pthread_kill(pthread_t tid, int sig);

DESCRIPTION

Send a signal to a specific thread.

PARAMETERS

tid
The thread to send the signal to.
sig
The signal to send.

RETURNS

Returns zero on success.

RELATED INFORMATION

pthread_sigmask



Utah Flux Research Group