#include <ThreadsCounter.h>
Corresponding C++ library: Root
<group Other_Classes>
Definition at line 107 of file ThreadsCounter.h.
◆ ThreadsCounterReactor()
| ThreadsCounterReactor::ThreadsCounterReactor |
( |
| ) |
|
|
inline |
◆ ~ThreadsCounterReactor()
| virtual ThreadsCounterReactor::~ThreadsCounterReactor |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ addRef()
| virtual void ThreadsCounterReactor::addRef |
( |
| ) |
|
|
inlinevirtual |
Declares the method incrementing the reference counter in objects derived from this class.
Definition at line 122 of file ThreadsCounter.h.
◆ decrease()
| virtual void ThreadsCounterReactor::decrease |
( |
unsigned | , |
|
|
const unsigned * | , |
|
|
unsigned | ) |
|
inlinevirtual |
Called from initial thread to decrease execution threads count.
- Parameters
-
| nThreads | [in] Count of threads in aThreads array. |
| aThreads | [in] Thread ID's array. |
| nThreadAttributes | [in] Set of attributes for running threads. |
Definition at line 151 of file ThreadsCounter.h.
◆ increase()
| virtual void ThreadsCounterReactor::increase |
( |
unsigned | , |
|
|
const unsigned * | , |
|
|
unsigned | ) |
|
inlinevirtual |
Called from initial thread to increase execution threads count.
- Parameters
-
| nThreads | [in] Count of threads in aThreads array. |
| aThreads | [in] Thread ID's array. |
| nThreadAttributes | [in] Set of attributes for running threads. |
Definition at line 144 of file ThreadsCounter.h.
◆ release()
| virtual void ThreadsCounterReactor::release |
( |
| ) |
|
|
inlinevirtual |
Declares the method decrementing the reference counter in objects derived from this class.
Definition at line 135 of file ThreadsCounter.h.
◆ startThread()
| virtual void ThreadsCounterReactor::startThread |
( |
unsigned | , |
|
|
unsigned | ) |
|
inlinevirtual |
Called from running thread immediately before any operations processing.
- Parameters
-
| nThreadId | [in] Running Thread ID. |
| nThreadAttributes | [in] Set of attributes for running thread. |
Definition at line 158 of file ThreadsCounter.h.
◆ stopThread()
| virtual void ThreadsCounterReactor::stopThread |
( |
unsigned | , |
|
|
unsigned | ) |
|
inlinevirtual |
Called from running thread immediately after thread operations processed.
- Parameters
-
| nThreadId | [in] Running Thread ID. |
| nThreadAttributes | [in] Set of attributes for running thread. |
Definition at line 164 of file ThreadsCounter.h.
The documentation for this class was generated from the following file: