12 #ifndef ZYPP_THREAD_MUTEXLOCK_H
13 #define ZYPP_THREAD_MUTEXLOCK_H
99 #endif // ZYPP_THREAD_MUTEXLOCK_H
MutexLock(const MutexLock &ref)
bool trylock()
Try to acquire ownership of this Mutex object.
MutexLock(Mutex &mutex, bool init_locked=true)
void lock()
Acquire ownership of this Mutex object.
void unlock()
Release ownership of this Mutex object.