Miosix
2.0alpha1
|
#include <sync.h>
Public Member Functions | |
Unlock (Lock< T > &l) | |
Unlock (T &m) | |
~Unlock () | |
T & | get () |
This class allows to temporarily re unlock a mutex in a scope where it is locked
Example:
|
inlineexplicit |
Constructor, unlock mutex.
l | the Lock that locked the mutex. |
|
inline |
Constructor, unlock mutex.
m | a locked mutex. |
|
inline |
Destructor. Disable back interrupts.
|
inline |