FRI-OS
|
Class unlocking a mutex on construction and locking on destruction. More...
#include <frios/posix/threads/mutex.hpp>
Public Member Functions | |
unlock (mutex &mutex) | |
Unlocks the specified mutex. More... | |
~unlock (void) | |
Locks the mutex unlocked in the constructor. | |
Class unlocking a mutex on construction and locking on destruction.
Instances of the unlock class unlock a specified mutex when they are constructed and lock it when they are destroyed.
Unlocks the specified mutex.
unlock_error |