#include <pthread.h>
#include <sched.h>
Namespaces | |
| namespace | regina |
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... | |
Typedefs | |
| typedef pthread_t | regina::NThreadID |
| The type used for a thread identifier. | |