#include <vtkMutexLock.h>
Definition at line 54 of file vtkMutexLock.h.
Public Member Functions | |
vtkSimpleMutexLock () | |
virtual | ~vtkSimpleMutexLock () |
void | Delete () |
void | Lock (void) |
void | Unlock (void) |
Static Public Member Functions | |
static vtkSimpleMutexLock * | New () |
Protected Attributes | |
vtkMutexType | MutexLock |
|
|
|
|
|
|
|
Definition at line 63 of file vtkMutexLock.h. |
|
Lock the vtkMutexLock Referenced by vtkMutexLock::Lock(). |
|
Unlock the vtkMutexLock Referenced by vtkMutexLock::Unlock(). |
|
Definition at line 72 of file vtkMutexLock.h. |