|
DABC (Data Acquisition Backbone Core)
2.9.9
|
Unlock guard for posix mutex. More...
#include <dabc/threads.h>
Public Member Functions | |
| UnlockGuard (const Mutex *mutex) | |
| ~UnlockGuard () | |
Protected Attributes | |
| pthread_mutex_t * | fMutex |
Unlock guard for posix mutex.
reverse to function of dabc::LockGuard Idea to use in blocks like
|
inline |