PLearn 0.1
|
#include <sys/sem.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
Go to the source code of this file.
Classes | |
union | PLearn::semun |
class | PLearn::SemId |
This class is defined in order to distinguish semaphore and shared memory id's from plain integers when constructing a Semaphore or a SharedMemory object. More... | |
class | PLearn::ResourceSemaphore |
class | PLearn::CountEventsSemaphore |
class | PLearn::SharedMemory< T > |
Namespaces | |
namespace | PLearn |
< for swap |
Definition in file Semaphores.h.