ACT-CV - Machine Vision for Cognitive Modeling
|
#include <Mutex.h>
Public Member Functions | |
void | Enter () |
void | Leave () |
Private Attributes | |
std::mutex | mutex_ |
void mhthreads::Mutex::Enter | ( | ) |
Definition at line 43 of file Mutex.h.
References mutex_.
Referenced by MatchObs::EnterCriticalSection(), ColorObs::EnterCriticalSection(), TextObs::EnterCriticalSection(), LineObs::EnterCriticalSection(), MatchObs::FrameNotify(), AttendedLocObs::FrameNotify(), LineObs::FrameNotifyGray(), TextObs::RegionInfoNotify(), mhthreads::ScopedLock::ScopedLock(), AttendedLocObs::UpdateAttendedLoc(), and AttendedLocObs::UpdateMousePos().
void mhthreads::Mutex::Leave | ( | ) |
Definition at line 46 of file Mutex.h.
References mutex_.
Referenced by MatchObs::FrameNotify(), AttendedLocObs::FrameNotify(), LineObs::FrameNotifyGray(), MatchObs::LeaveCriticalSection(), ColorObs::LeaveCriticalSection(), TextObs::LeaveCriticalSection(), LineObs::LeaveCriticalSection(), TextObs::RegionInfoNotify(), AttendedLocObs::UpdateAttendedLoc(), AttendedLocObs::UpdateMousePos(), and mhthreads::ScopedLock::~ScopedLock().
|
private |