©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

sigevent Struct Reference

List of all members.

Detailed Description

Description:
Structure for RTS-generation functions (Std. UNIX; see AUP2 Sec. 9.5.6)
Headers:

Definition at line 3509 of file SUS_Summary.

Public Attributes

int sigev_notify
int sigev_signo
sigval sigev_value
void(* sigev_notify_function )(union sigval)
pthread_attr_t * sigev_notify_attributes


Member Data Documentation

int sigevent::sigev_notify
 

notification type (see below)

Definition at line 3510 of file SUS_Summary.

Referenced by asynchronous().

pthread_attr_t* sigevent::sigev_notify_attributes
 

thread attributes

Definition at line 3514 of file SUS_Summary.

void(* sigevent::sigev_notify_function)(union sigval)
 

thread function

int sigevent::sigev_signo
 

signal number

Definition at line 3511 of file SUS_Summary.

union sigval sigevent::sigev_value
 

signal value

Definition at line 3512 of file SUS_Summary.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:15 2004 for AUP2 Example Source by doxygen 1.3.1