Process and Thread Classes

Classes that handle processes, multi-threading and synchronsiation.
o PCREATE_PROCESS
Create a process.
o PProcess
This class represents an operating system process.
o PSystemLog
This class abstracts the operating system dependent error logging facility.
o PSYSTEMLOG
Log a message to the system log.
o PServiceProcess
A process type that runs as a "background" service.
o PThread
This class defines a thread of execution in the system.
o PWaitAndSignal
This class waits for the semaphore on construction and automatically signals the semaphore on destruction.
o PSemaphore
This class defines a thread synchonisation object.
o PMutex
This class defines a thread mutual exclusion object.
o PSyncPoint
This class defines a thread synchonisation object.
o PSyncPointAck
This class defines a thread synchonisation object.
o PCondMutex
This class defines a thread synchonisation object.
o PIntCondMutex
This is a PCondMutex for which the conditional is the value of an integer
o PReadWriteMutex
This class defines a thread synchonisation object.
o PReadWaitAndSignal
This class starts a read operation for the PReadWriteMutex on construction and automatically ends the read operation on destruction.
o PWriteWaitAndSignal
This class starts a write operation for the PReadWriteMutex on construction and automatically ends the write operation on destruction.
Classes that handle processes, multi-threading and synchronsiation.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.