Visual Servoing Platform
version 3.6.1 under development (2024-10-01)
|
#include <visp3/core/vpMutex.h>
Classes | |
class | vpScopedLock |
Public Member Functions | |
vpMutex () | |
void | lock () |
void | unlock () |
Class that allows protection by mutex.
This class implements native pthread functionalities if available, of native Windows threading capabilities if pthread is not available under Windows.
|
inline |
Definition at line 91 of file vpMutex.h.
Referenced by vpMutex::vpScopedLock::vpScopedLock().
|
inline |
Definition at line 107 of file vpMutex.h.
Referenced by vpMutex::vpScopedLock::~vpScopedLock().