RTEMS CPU Kit with SuperCore  4.11.3
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/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/score/isr.h>
#include <rtems/score/threadimpl.h>
Include dependency graph for pthreadkill.c:

Functions

int pthread_kill (pthread_t thread, int sig)
 

Detailed Description

Sends a signal Asynchronously directed to a thread.