![]() |
Visual Servoing Platform version 3.7.0
|
#include <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 86 of file vpMutex.h.
Referenced by vpMutex::vpScopedLock::vpScopedLock().