class toLock

A wrapper around the pthread mutexfunctions. More...

Definition#include <tothread.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A wrapper around the pthread mutexfunctions. A lock can only be locked by one thread at a time and is the basis of most thread synchronisation.

 toLock (void)

toLock

 toLock (const toLock &)

toLock

void  lock (void)

lock

void  unlock (void)

unlock

 toLock (void)

toLock

Create lock

 ~toLock ()

~toLock

void  lock (void)

lock

Lock this lock.

void  unlock (void)

unlock

Unlock this lock.