Default implementation of ThreadInformationInterface for serial applications. More...
#include <threadInformationInterface.hpp>
Static Public Member Functions | |
static int | getMaxThreads () |
Provides an upper bound on the number of threads. | |
static int | getThreadId () |
Returns the id of the calling thread. | |
Static Public Member Functions inherited from codi::ThreadInformationInterface | |
static int | getMaxThreads () |
Provides an upper bound on the number of threads. | |
static int | 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.