47 #include <visp/vpConfig.h>
48 #include <visp/vpException.h>
49 #ifdef VISP_HAVE_PTHREAD
66 pthread_mutex_init( &m_mutex, NULL );
69 pthread_mutex_lock( &m_mutex );
72 pthread_mutex_unlock( &m_mutex );
91 #ifndef DOXYGEN_SHOULD_SKIP_THIS
108 pthread_mutex_t m_mutex;
Class that allows protection by mutex.
error that can be emited by ViSP classes.
Class that allows protection by mutex.
vpScopedLock(vpMutex &mutex)