libzypp  13.10.6
Mutex.h File Reference
#include "zypp/base/NonCopyable.h"
#include "zypp/thread/MutexException.h"
#include <pthread.h>

Go to the source code of this file.

Classes

class  zypp::thread::Mutex
 A recursive Mutex. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::thread
 

Typedefs

typedef pthread_mutex_t zypp::thread::RecursiveMutex_t