|
RTEMS CPU Kit with SuperCore
|
Send a Signal to a Process. 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/statesimpl.h>#include <rtems/seterr.h>
Macros | |
| #define | DEBUG_STEP(_x) |
| #define | _POSIX_signals_Is_interested(_api, _mask) ( ~(_api)->signals_blocked & (_mask) ) |
Functions | |
| int | killinfo (pid_t pid, int sig, const union sigval *value) |
Send a Signal to a Process.
1.8.13