12 #ifndef ZYPP_THREAD_MUTEXLOCK_H
13 #define ZYPP_THREAD_MUTEXLOCK_H
MutexLock(Mutex &mutex, bool init_locked=true)
MutexLock(const MutexLock &ref)
void unlock()
Release ownership of this Mutex object.
bool trylock()
Try to acquire ownership of this Mutex object.
void lock()
Acquire ownership of this Mutex object.
Easy-to use interface to the ZYPP dependency resolver.