ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
itk | |
#define | ITK_THREAD_RETURN_DEFAULT_VALUE |
using | itk::MutexType = int |
using | itk::FastMutexType = int |
typedef void(* | itk::ThreadFunctionType )(void *) |
using | itk::ThreadProcessIdType = int |
using | itk::ITK_THREAD_RETURN_TYPE = void |
using | itk::ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION = itk::ITK_THREAD_RETURN_TYPE |
using | itk::ConditionVariableType = struct{} |
constexpr std::vcl_size_t | itk::ITK_MAX_THREADS = 1 |
constexpr ThreadProcessIdType | itk::ITK_DEFAULT_THREAD_ID = 0 |
#define ITK_THREAD_RETURN_DEFAULT_VALUE |
Platform specific Conditional Variable type alias
Definition at line 78 of file itkThreadSupport.h.