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_UNBLOCK   2
#define SIG_SETMASK   3

Typedefs

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

Functions



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 *set)
ACE_NAMESPACE_INLINE_FUNCTION int ACE_OS::raise (const int signum)

Detailed Description

Id
OS_NS_signal.h 83285 2008-10-16 09:47:28Z johnnyw
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_SETMASK   3
#define SIG_UNBLOCK   2

Typedef Documentation

typedef struct sigaction ACE_SIGACTION
typedef void(* ACE_SIGNAL_C_FUNC)(int, siginfo_t *, void *)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:54:05 2009 for ACE by  doxygen 1.6.1