PTLib
Version 2.14.3
|
Go to the source code of this file.
Classes | |
class | PSyncPointAck |
This class defines a thread synchronisation object. More... | |
class | PCondMutex |
This class defines a thread synchronisation object. More... | |
class | PIntCondMutex |
This is a PCondMutex for which the conditional is the value of an integer. More... | |
class | PReadWriteMutex |
This class defines a thread synchronisation object. More... | |
struct | PReadWriteMutex::Nest |
class | PReadWaitAndSignal |
This class starts a read operation for the PReadWriteMutex on construction and automatically ends the read operation on destruction. More... | |
class | PWriteWaitAndSignal |
This class starts a write operation for the PReadWriteMutex on construction and automatically ends the write operation on destruction. More... | |