Default implementation of ThreadInformationInterface for serial applications. More...
#include <threadInformationInterface.hpp>

Static Public Member Functions | |
| static inlineint | getMaxThreads () |
| Provides an upper bound on the number of threads. | |
| static inlineint | getThreadId () |
| Returns the id of the calling thread. | |
Static Public Member Functions inherited from codi::ThreadInformationInterface | |
| static inlineint | getMaxThreads () |
| Provides an upper bound on the number of threads. | |
| static inlineint | getThreadId () |
| Returns the id of the calling thread. | |
Default implementation of ThreadInformationInterface for serial applications.
|
inlinestatic |
Provides an upper bound on the number of threads.
|
inlinestatic |
Returns the id of the calling thread.
Thread ids are integers 0, 1, ..., maximum number of threads - 1.