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