#include <SYS_SequentialThreadIndex.h>
Helper class to ensure each thread gets allocated a sequential index that can be used to uniquely associate a thread.
Definition at line 26 of file SYS_SequentialThreadIndex.h.
static int SYS_SequentialThreadIndex::get |
( |
| ) |
|
|
inlinestatic |
Returns the sequential thread index for the current thread. The first index is always the value of FIRST_INDEX, usually the main thread.
int SYS_SequentialThreadIndex::next |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: