Spin_Mutex object is acquired on Scoped_Lock construction and released on destruction. More...
#include <Spin_Mutex.h>
Public Member Functions | |
Scoped_Lock (Spin_Mutex &lock, unsigned int PNumber=GetCurrentThreadId()) | |
Constructor, takes in reference to Spin_Mutex object that will be controlled. | |
virtual | ~Scoped_Lock () |
Destructor, releases Mutex object. |
Spin_Mutex object is acquired on Scoped_Lock construction and released on destruction.