Public Attributes

CxUtils::Mutex::SemUnion Union Reference

Simple union structure used to create a semaphore (Global Named Mutex) in a posix compliant OS (Linux). More...

#include <mutex.h>

List of all members.

Public Attributes

int mVal
 Value for SETVAL.
struct semid_ds * mpBuff
 Buffer for IPC_STAT, IPC_SET.
unsigned short * mpArray
 Array for GETALL, SETALL.
struct seminfo * mpBuffIPC
 Buffer for IPC info.

Detailed Description

Simple union structure used to create a semaphore (Global Named Mutex) in a posix compliant OS (Linux).

Definition at line 355 of file mutex.h.


Member Data Documentation

Array for GETALL, SETALL.

Definition at line 359 of file mutex.h.

Buffer for IPC_STAT, IPC_SET.

Definition at line 358 of file mutex.h.

Buffer for IPC info.

Definition at line 360 of file mutex.h.

Value for SETVAL.

Definition at line 357 of file mutex.h.


The documentation for this union was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines