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. |
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.
arg | This 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().