Dataflow Runtime API  2.7.4.0
Public Member Functions | List of all members
imt::base::os::winec7::Mutex Class Reference

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.
 

Detailed Description

The mutex is used for example to guard a critical section.

Constructor & Destructor Documentation

◆ Mutex()

imt::base::os::winec7::Mutex::Mutex ( const std::wstring &  name)
explicit

Constructor.

Parameters
nameName of the event.

The documentation for this class was generated from the following file: