![]() |
Dataflow Runtime API
2.7.4.0
|
The mutex is used for example to guard a critical section. More...
#include <Imt.Base.OS.WinEC7/Mutex.h>
Public Member Functions | |
| Mutex (const std::wstring &name) | |
| Constructor. More... | |
| virtual | ~Mutex (void) |
| Destructor. | |
| void | acquire (void) |
| Acquires the mutex. | |
| void | release (void) |
| Releases the mutex. | |
The mutex is used for example to guard a critical section.
|
explicit |
Constructor.
| name | Name of the event. |