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

#include <itkThreadPool.h>

Detailed Description

Definition at line 110 of file itkThreadPool.h.

Public Member Functions

int SemaphorePost ()
 
int SemaphoreWait ()
 
 ThreadSemaphorePair (const ThreadProcessIdType &tph)
 

Public Attributes

ThreadProcessIdType m_ThreadProcessHandle
 

Private Member Functions

 ThreadSemaphorePair ()
 

Static Private Attributes

static int m_SemaphoreCount
 

Constructor & Destructor Documentation

itk::ThreadPool::ThreadSemaphorePair::ThreadSemaphorePair ( const ThreadProcessIdType tph)
itk::ThreadPool::ThreadSemaphorePair::ThreadSemaphorePair ( )
private

Member Function Documentation

int itk::ThreadPool::ThreadSemaphorePair::SemaphorePost ( )
int itk::ThreadPool::ThreadSemaphorePair::SemaphoreWait ( )

Member Data Documentation

int itk::ThreadPool::ThreadSemaphorePair::m_SemaphoreCount
staticprivate

Definition at line 127 of file itkThreadPool.h.

ThreadProcessIdType itk::ThreadPool::ThreadSemaphorePair::m_ThreadProcessHandle

Definition at line 124 of file itkThreadPool.h.


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