RTEMS  5.1
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/schedulerimpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/seterr.h>

Macros

#define DEBUG_STEP(_x)
 
#define _POSIX_signals_Is_interested(_api, _mask)   ( (_api)->signals_unblocked & (_mask) )
 

Functions

int _POSIX_signals_Send (pid_t pid, int sig, const union sigval *value)
 

Detailed Description

Send a Signal to a Process.