sig.h File Reference

Go to the source code of this file.

Data Structures

struct  s_sigdef

Defines

#define __POSIX_SIG_H__   1

Typedefs

typedef s_sigdef t_sigdef

Functions

void sig_init (void)
void sig_dump (void)
void sigset_print (t_printf_fn printf_fn, char *s, sigset_t *set, int invert)
int sigaltstack (const stack_t *ss, stack_t *oss)
int sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
int siginterrupt (int sig, int flag)
sig_t signal (int sig, sig_t handler)


Define Documentation

#define __POSIX_SIG_H__   1
 


Typedef Documentation

typedef struct s_sigdef t_sigdef
 


Function Documentation

void sig_dump void   ) 
 

void sig_init void   ) 
 

int sigaction int  sig,
const struct sigaction act,
struct sigaction oact
 

int sigaltstack const stack_t ss,
stack_t oss
 

int siginterrupt int  sig,
int  flag
 

sig_t signal int  sig,
sig_t  handler
 

emulation by sigaction(2)

void sigset_print t_printf_fn  printf_fn,
char *  s,
sigset_t set,
int  invert
 

debug


Generated on Wed May 24 23:05:57 2006 for LSE/OS by  doxygen 1.4.6