ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | Private Member Functions | List of all members
itk::ThreadPool::ThreadProcessIdentifiers Class Reference

Detailed Description

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 ()
 

Member Typedef Documentation

Definition at line 202 of file itkThreadPool.h.

Constructor & Destructor Documentation

itk::ThreadPool::ThreadProcessIdentifiers::ThreadProcessIdentifiers ( const int  tnid,
const ThreadProcessIdType  tph,
const WinThreadIdType  winThreadId 
)
inline

Definition at line 204 of file itkThreadPool.h.

itk::ThreadPool::ThreadProcessIdentifiers::ThreadProcessIdentifiers ( )
private

Member Data Documentation

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.


The documentation for this class was generated from the following file: