11 #ifndef ZYPP_THREAD_MUTEX_H
12 #define ZYPP_THREAD_MUTEX_H
93 #endif // ZYPP_THREAD_MUTEX_H
pthread_mutex_t RecursiveMutex_t
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.
Mutex()
Create a new recursive Mutex object.
void unlock()
Release ownership of this Mutex object.
~Mutex()
Destroys this Mutex object.