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