11 #ifndef ZYPP_THREAD_MUTEX_H
12 #define ZYPP_THREAD_MUTEX_H
void unlock()
Release ownership of this Mutex object.
~Mutex()
Destroys this Mutex object.
bool trylock()
Try to acquire ownership of this Mutex object.
void lock()
Acquire ownership of this Mutex object.
Mutex()
Create a new recursive Mutex object.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
pthread_mutex_t RecursiveMutex_t
Easy-to use interface to the ZYPP dependency resolver.