ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
This provides an association between the internal thread id, the PThreads/Win Thread Id, and on Windows, the DWORD thread Id.
Definition at line 196 of file itkThreadPool.h.
Public Types | |
typedef unsigned long | WinThreadIdType |
Public Member Functions | |
ThreadProcessIdentifiers (const int tnid, const ThreadProcessIdType tph, const WinThreadIdType winThreadId) | |
Public Attributes | |
int | m_ThreadNumericId |
ThreadProcessIdType | m_ThreadProcessHandle |
WinThreadIdType | m_WinThreadId |
Private Member Functions | |
ThreadProcessIdentifiers () | |
typedef unsigned long itk::ThreadPool::ThreadProcessIdentifiers::WinThreadIdType |
Definition at line 202 of file itkThreadPool.h.
|
inline |
Definition at line 204 of file itkThreadPool.h.
|
private |
int itk::ThreadPool::ThreadProcessIdentifiers::m_ThreadNumericId |
Definition at line 214 of file itkThreadPool.h.
ThreadProcessIdType itk::ThreadPool::ThreadProcessIdentifiers::m_ThreadProcessHandle |
Definition at line 215 of file itkThreadPool.h.
WinThreadIdType itk::ThreadPool::ThreadProcessIdentifiers::m_WinThreadId |
Definition at line 216 of file itkThreadPool.h.