©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  

SimpleSem Struct Reference

List of all members.

Detailed Description

Description:
Structure for simple-semaphore functions (Std. UNIX; see AUP2 Sec. 7.9.2)
Headers:

Definition at line 24 of file SimpleSem.h.

Public Attributes

union {
   int   sm_semid
   void *   sm_sem
sm
union {
   int   sm_semid
   void *   sm_sem
sm


Member Data Documentation

union { ... } SimpleSem::sm
 

union { ... } SimpleSem::sm
 

Referenced by SimpleSemClose(), SimpleSemOpen(), SimpleSemPost(), and SimpleSemWait().

void* SimpleSem::sm_sem
 

POSIX sem_t pointer (needs a cast)

Definition at line 3188 of file SUS_Summary.

void* SimpleSem::sm_sem
 

Definition at line 27 of file SimpleSem.h.

int SimpleSem::sm_semid
 

System V semaphore-set ID

Definition at line 3187 of file SUS_Summary.


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