RTEMS CPU Kit with SuperCore  4.11.3
Functions
kill.c File Reference

Send a Signal to a Process. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
Include dependency graph for kill.c:

Functions

int kill (pid_t pid, int sig)
 

Detailed Description

Send a Signal to a Process.