69 pthread_mutex_lock(mutex);
75 pthread_mutex_lock(mutex);
79 pthread_mutex_unlock(mutex);
84 pthread_mutex_t *mutex;
ScopedMutex(pthread_mutex_t &m)
costruct this and lock m
Locks mutex on construction, unlocks on destruction.
~ScopedMutex()
destroy this and unlock m
ScopedMutex(pthread_mutex_t *m)
costruct this and lock m
Object types for SE(3) representations.