Regina Calculation Engine
|
Provides very basic thread handling. More...
Classes | |
class | regina::NMutex |
A mutual exclusion device (mutex) used to ensure that different threads do not interfere when working with the same data. More... | |
class | regina::NMutex::MutexLock |
A utility class for locking and unlocking a mutex. More... | |
class | regina::NThread |
Provides very basic thread handling. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Typedefs | |
typedef pthread_t | regina::NThreadID |
The type used for a thread identifier. More... | |
Provides very basic thread handling.