#include <thread.h>
Public Member Functions | |
virtual | ~ThreadMutex () |
Virtual Destructor to avoid compiler warnings. | |
virtual void | BeginCritical ()=0 |
Begin the critical section. | |
virtual void | EndCritical ()=0 |
End of the critical section. | |
Static Public Member Functions | |
static ThreadMutex * | New () |
Definition at line 46 of file thread.h.