#include <MboSynch.h>
Public Types | |
typedef CCriticalSectionFake | CriticalSection |
typedef CEventFake | EventModel |
typedef CMutexFake | 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 1387 of file MboSynch.h.
non thread safe Critical Section
Definition at line 1390 of file MboSynch.h.
non thread safe Event
Definition at line 1391 of file MboSynch.h.
non thread safe Mutex
Definition at line 1392 of file MboSynch.h.
non thread safe single Lock
Definition at line 1393 of file MboSynch.h.
non thread safe multi Lock
Definition at line 1394 of file MboSynch.h.
non thread safe automatic Lock
Definition at line 1395 of file MboSynch.h.
non thread safe automatic Lock unlock
Definition at line 1396 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 ![]() |