Classes | Namespaces | Defines | Typedefs | Functions

OS_NS_signal.h File Reference

#include "ace/config-lite.h"
#include "ace/os_include/os_signal.h"

Classes

struct  siginfo_t

Namespaces

namespace  ACE_OS
 

This class is a wrapper for the XTI/TLI operations.


Defines

#define ACE_EXPORT_MACRO   ACE_Export
#define SIG_BLOCK   1
#define SIG_UNBLOCK   2
#define SIG_SETMASK   3

Typedefs

typedef void(* ACE_SIGNAL_C_FUNC )(int, siginfo_t *, void *)
typedef struct sigaction ACE_SIGACTION

Functions

int ace_sigemptyset_helper (sigset_t *s)
int ace_sigfillset_helper (sigset_t *s)
int ace_sigaddset_helper (sigset_t *s, int signum)
int ace_sigdelset_helper (sigset_t *s, int signum)
int ace_sigismember_helper (sigset_t *s, int signum)
int ACE_OS::kill (pid_t pid, int signum)
int ACE_OS::pthread_sigmask (int how, const sigset_t *nsp, sigset_t *osp)
int ACE_OS::sigaction (int signum, const ACE_SIGACTION *nsa, ACE_SIGACTION *osa)
int ACE_OS::sigaddset (sigset_t *s, int signum)
int ACE_OS::sigdelset (sigset_t *s, int signum)
int ACE_OS::sigemptyset (sigset_t *s)
int ACE_OS::sigfillset (sigset_t *s)
int ACE_OS::sigismember (sigset_t *s, int signum)
ACE_SignalHandler ACE_OS::signal (int signum, ACE_SignalHandler)
int ACE_OS::sigprocmask (int how, const sigset_t *nsp, sigset_t *osp)
int ACE_OS::sigsuspend (const sigset_t *s)
int ACE_OS::raise (const int signum)

Detailed Description

Id:
OS_NS_signal.h 87097 2009-10-14 14:42:24Z olli
Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...

Originally in OS.h.


Define Documentation

#define ACE_EXPORT_MACRO   ACE_Export
#define SIG_BLOCK   1
#define SIG_SETMASK   3
#define SIG_UNBLOCK   2

Typedef Documentation

typedef struct sigaction ACE_SIGACTION
typedef void(* ACE_SIGNAL_C_FUNC)(int, siginfo_t *, void *)

Function Documentation

int ace_sigaddset_helper ( sigset_t *  s,
int  signum 
) [inline]
int ace_sigdelset_helper ( sigset_t *  s,
int  signum 
) [inline]
int ace_sigemptyset_helper ( sigset_t *  s ) [inline]
int ace_sigfillset_helper ( sigset_t *  s ) [inline]
int ace_sigismember_helper ( sigset_t *  s,
int  signum 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines