OS_NS_signal.h File Reference

#include "ace/os_include/os_signal.h"
Include dependency graph for OS_NS_signal.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  siginfo_t

Namespaces

namespace  ACE_OS
 

This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems.


Defines

#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)



ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::kill (pid_t pid, int signum)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::pthread_sigmask (int how, const sigset_t *nsp, sigset_t *osp)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigaction (int signum, const ACE_SIGACTION *nsa, ACE_SIGACTION *osa)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigaddset (sigset_t *s, int signum)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigdelset (sigset_t *s, int signum)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigemptyset (sigset_t *s)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigfillset (sigset_t *s)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigismember (sigset_t *s, int signum)
ACE_NAMESPACE_INLINE_FUNCTION
ACE_SignalHandler 
ACE_OS::signal (int signum, ACE_SignalHandler)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigprocmask (int how, const sigset_t *nsp, sigset_t *osp)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::sigsuspend (const sigset_t *s)
ACE_NAMESPACE_INLINE_FUNCTION 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 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

Generated on Mon Nov 30 00:49:25 2009 for ACE by  doxygen 1.6.1