ReactOS 0.4.15-dev-7918-g2a2556c
sigblk.h File Reference
#include <schily/mconfig.h>
Include dependency graph for sigblk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sigblk
 

Typedefs

typedef struct sigblk SIGBLK
 
typedef int handlefunc_t __PR((const char *, long, long))
 

Functions

void handlecond __PR ((const char *, SIGBLK *, int(*)(const char *, long, long), long))
 
void raisecond __PR ((const char *, long))
 
void starthandlecond __PR ((SIGBLK *))
 

Typedef Documentation

◆ __PR

typedef int handlefunc_t __PR((const char *, long, long))

Definition at line 49 of file sigblk.h.

◆ SIGBLK

typedef struct sigblk SIGBLK

Function Documentation

◆ __PR() [1/3]

void raisecond __PR ( (const char *, long )

◆ __PR() [2/3]

void handlecond __PR ( (const char *, SIGBLK *, int(*)(const char *, long, long), long )

◆ __PR() [3/3]

void starthandlecond __PR ( (SIGBLK *)  )