Public Attributes | |
int * | intPointer |
itk::FastMutexLock * | mutex |
itk::Semaphore * | semaphore |
itk::Semaphore * | mayIRun |
Definition at line 33 of file mitkITKThreadingTest.cpp.
int* UserData::intPointer |
Definition at line 36 of file mitkITKThreadingTest.cpp.
Referenced by mitkITKThreadingTest(), and ThreadedFunction().
itk::Semaphore* UserData::mayIRun |
Definition at line 39 of file mitkITKThreadingTest.cpp.
Referenced by mitkITKThreadingTest(), and ThreadedFunction().
itk::FastMutexLock* UserData::mutex |
Definition at line 37 of file mitkITKThreadingTest.cpp.
Referenced by mitkITKThreadingTest(), and ThreadedFunction().
itk::Semaphore* UserData::semaphore |
Definition at line 38 of file mitkITKThreadingTest.cpp.
Referenced by mitkITKThreadingTest(), and ThreadedFunction().