PLearn 0.1
|
#include <Semaphores.h>
Public Attributes | |
int | val |
struct semid_ds * | buf |
unsigned short int * | array |
struct seminfo * | __buf |
according to X/OPEN we have to define it ourselves
Definition at line 77 of file Semaphores.h.
struct seminfo * PLearn::semun::__buf |
buffer for IPC_INFO
Definition at line 81 of file Semaphores.h.
unsigned short int * PLearn::semun::array |
array for GETALL, SETALL
Definition at line 80 of file Semaphores.h.
struct semid_ds * PLearn::semun::buf |
buffer for IPC_STAT, IPC_SET
Definition at line 79 of file Semaphores.h.
value for SETVAL
Definition at line 78 of file Semaphores.h.
Referenced by PLearn::ResourceSemaphore::clearAnyLock(), PLearn::CountEventsSemaphore::CountEventsSemaphore(), PLearn::ResourceSemaphore::locked(), PLearn::CountEventsSemaphore::setValue(), PLearn::CountEventsSemaphore::value(), PLearn::CountEventsSemaphore::~CountEventsSemaphore(), and PLearn::ResourceSemaphore::~ResourceSemaphore().