nthread.h File Reference

Provides very basic thread handling. More...

#include <pthread.h>
#include <sched.h>


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

namespace  regina
 Contains the entire Regina calculation engine.

Typedefs

typedef pthread_t regina::NThreadID
 The type used for a thread identifier.


Detailed Description

Provides very basic thread handling.


Copyright © 1999-2009, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).