RTEMS  5.1
Functions
pthreadkill.c File Reference

Sends a signal Asynchronously directed to a thread. More...

#include <pthread.h>
#include <signal.h>
#include <errno.h>
#include <rtems/posix/threadsup.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/score/threadimpl.h>

Functions

int pthread_kill (pthread_t thread, int sig)
 

Detailed Description

Sends a signal Asynchronously directed to a thread.