Library of Assembled Shared Sources
lass::util::Semaphore Class Reference

Lean and mean synchronisation object, without OS support. More...

#include <thread.h>

Inheritance diagram for lass::util::Semaphore:
Collaboration diagram for lass::util::Semaphore:

Detailed Description

Lean and mean synchronisation object, without OS support.

See also
SemaphoreLocker
Author
Bram de Greve
Date
2004

This semaphore is built upon atomic operations that are programmed in assembly.

Definition at line 413 of file thread.h.


The documentation for this class was generated from the following file: