2005/5/9

     
 

struct HeapLockMutex

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::sys::HeapLockMutex Struct Reference

#include <ObjectHeap.h>

Inheritance diagram for acdk::lang::sys::HeapLockMutex:

acdk::lang::sys::core_fastmutex List of all members.

Detailed Description

different to static_mutex it only locks/unlock if System::isInMain() is true


Public Member Functions

void lock ()
void unlock ()


Member Function Documentation

void acdk::lang::sys::HeapLockMutex::lock  ) 
 

Reimplemented from acdk::lang::sys::core_fastmutex.

void acdk::lang::sys::HeapLockMutex::unlock  ) 
 

Reimplemented from acdk::lang::sys::core_fastmutex.