Namespaces | Functions

cmtkThreadPool.cxx File Reference

Go to the source code of this file.

Namespaces

namespace  cmtk

Functions

CMTK_THREAD_RETURN_TYPE cmtkThreadPoolThreadFunction (CMTK_THREAD_ARG_TYPE arg)
 This is the actual low-level thread function. It calls ThreadFunction() for the cmtk::ThreadPool instance given as the function parameter.

Function Documentation

CMTK_THREAD_RETURN_TYPE cmtkThreadPoolThreadFunction ( CMTK_THREAD_ARG_TYPE  arg )

This is the actual low-level thread function. It calls ThreadFunction() for the cmtk::ThreadPool instance given as the function parameter.

Parameters:
argThis is a pointer to the cmtk::ThreadPool instance.

Definition at line 197 of file cmtkThreadPool.cxx.

References CMTK_THREAD_RETURN_VALUE.

Referenced by cmtk::ThreadPool::StartThreads().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines