Go to the source code of this file.
Namespaces | |
namespace | cmtk |
Defines | |
#define | CMTK_THREAD_RETURN_TYPE void* |
Return type of a thread function. | |
#define | CMTK_THREAD_ARG_TYPE void* |
Return type of a thread function. | |
#define | CMTK_THREAD_RETURN_VALUE NULL |
Return value of a thread function. | |
#define | CMTK_MAX_THREADS 256 |
Maximum number of threads supported. | |
Typedefs | |
typedef int | cmtk::ThreadIDType |
Dummy definition for non-threading builds. | |
typedef CMTK_THREAD_RETURN_TYPE(* | cmtk::ThreadFunction )(CMTK_THREAD_ARG_TYPE) |
Type of thread function. |
#define CMTK_THREAD_ARG_TYPE void* |
Return type of a thread function.
Definition at line 42 of file cmtkThreadSystemTypes.h.
#define CMTK_THREAD_RETURN_TYPE void* |
Return type of a thread function.
Definition at line 40 of file cmtkThreadSystemTypes.h.
#define CMTK_THREAD_RETURN_VALUE NULL |
Return value of a thread function.
Definition at line 44 of file cmtkThreadSystemTypes.h.
Referenced by cmtkThreadPoolThreadFunction(), cmtk::SplineWarpGroupwiseRegistrationRMIFunctional::EvaluateLocalGradientThreadFunc(), cmtk::SplineWarpCongealingFunctional::EvaluateLocalGradientThreadFunc(), cmtk::ReformatVolume::GetTransformedReferenceGrey(), cmtk::ReformatVolume::GetTransformedReferenceGreyAvg(), cmtk::ReformatVolume::GetTransformedReferenceJacobianAvgThread(), and cmtk::ReformatVolume::GetTransformedReferenceLabel().