Namespaces | Defines | Typedefs

cmtkThreadSystemTypes.h File Reference

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 Documentation

#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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines