#include <MboSynch.h>
Public Types | |
typedef CCriticalSectionImpl | CriticalSection |
typedef CEventImpl | EventModel |
typedef CMutexImpl | MutexModel |
typedef CLockSingle | LockSingle |
typedef CLockMulti | LockMulti |
typedef CLock | Lock |
typedef CUnlock | Unlock |
Static Public Member Functions | |
static IncDecVal | Increment (IncDecVal *p) |
static IncDecVal | Decrement (IncDecVal *p) |
static IncDecVal | PeekValue (const IncDecVal *p) |
Definition at line 1342 of file MboSynch.h.
thread safe Critical Section
Definition at line 1345 of file MboSynch.h.
thread safe Event
Definition at line 1346 of file MboSynch.h.
thread safe Mutex
Definition at line 1347 of file MboSynch.h.
thread safe single Lock
Definition at line 1348 of file MboSynch.h.
thread safe multi Lock
Definition at line 1349 of file MboSynch.h.
thread safe automatic Lock
Definition at line 1350 of file MboSynch.h.
thread safe automatic Lock unlock
Definition at line 1351 of file MboSynch.h.
non thread-safe increment
p | value to increment |
non thread-safe decrement
p | value to decrement |
non thread-safe peek
p | value to peek |
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:15 2008 for MBO-lib by ![]() |