Visual Servoing Platform
version 3.0.1
|
#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.
An example of vpMutex usage is given in testMutex.cpp.
More examples are provided in Tutorial: How to use multi-threading capabilities.
|
inline |
Definition at line 90 of file vpMutex.h.
Referenced by vpKinect::getDepthMap(), and vpMutex::vpScopedLock::vpScopedLock().
|
inline |
Definition at line 106 of file vpMutex.h.
Referenced by vpKinect::getDepthMap(), and vpMutex::vpScopedLock::~vpScopedLock().