Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkFastMutexLock.h>
#include <itkMultiThreader.h>
#include <itkSemaphore.h>
Go to the source code of this file.
Functions | |
ITK_THREAD_RETURN_TYPE | ThreadedFunction (void *param) |
int | mitkITKThreadingTest (int, char *[]) |
int mitkITKThreadingTest | ( | int | , |
char * | [] | ||
) |
Definition at line 93 of file mitkITKThreadingTest.cpp.
References mitk::New(), and ThreadedFunction().
ITK_THREAD_RETURN_TYPE ThreadedFunction | ( | void * | param | ) |
Definition at line 42 of file mitkITKThreadingTest.cpp.
Referenced by mitkITKThreadingTest().