This class handles a collection of threads.
More...
#include <ONCRPCThreadCollection.h>
This class handles a collection of threads.
Definition at line 17 of file ONCRPCThreadCollection.h.
◆ ThreadCollection()
JiveXML::ThreadCollection::ThreadCollection |
( |
| ) |
|
◆ ~ThreadCollection()
JiveXML::ThreadCollection::~ThreadCollection |
( |
| ) |
|
◆ AddThread()
void JiveXML::ThreadCollection::AddThread |
( |
const pthread_t & |
thread | ) |
|
◆ JoinAll()
void JiveXML::ThreadCollection::JoinAll |
( |
| ) |
|
◆ NumberOfThreads()
int JiveXML::ThreadCollection::NumberOfThreads |
( |
| ) |
|
◆ RemoveThread()
void JiveXML::ThreadCollection::RemoveThread |
( |
const pthread_t & |
thread | ) |
|
◆ WaitAdd()
void JiveXML::ThreadCollection::WaitAdd |
( |
| ) |
|
◆ elements
T std::vector< T >::elements |
|
inherited |
◆ m_mutex
pthread_mutex_t JiveXML::ThreadCollection::m_mutex |
|
private |
◆ m_semaphore
sem_t JiveXML::ThreadCollection::m_semaphore |
|
private |
The documentation for this class was generated from the following files: