Valkka
1.6.1
OpenSource Video Management
|
Base class for multithreading. More...
Go to the source code of this file.
Classes | |
struct | ThreadContext |
An example of information context sent to the Thread inside Thread::SignalContext. More... | |
struct | SignalContext |
Encapsulates data sent by the signal. More... | |
class | Thread |
A class for multithreading with a signaling system. More... | |
class | TestProducerThread |
A demo thread for testing the producer/consumer module for fifos. More... | |
class | TestConsumerThread |
A demo thread for testing the producer/consumer module for fifos. More... | |
Enumerations | |
enum class | Signal { none , exit } |
List of possible signals for the thread. More... | |
Base class for multithreading.