RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
killinfo.c File Reference

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>
Include dependency graph for killinfo.c:

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)
 

Detailed Description

Send a Signal to a Process.