|
Galois
|
#include <PerThreadStorage.h>
Public Member Functions | |
| template<typename... Args> | |
| PerThreadStorage (Args &&...args) | |
| PerThreadStorage (PerThreadStorage &&rhs) | |
| ~PerThreadStorage () | |
| PerThreadStorage & | operator= (PerThreadStorage &&rhs) |
| T * | getLocal () |
| const T * | getLocal () const |
| T * | getLocal (unsigned int thread) |
| Like getLocal() but optimized for when you already know the thread id. More... | |
| const T * | getLocal (unsigned int thread) const |
| T * | getRemote (unsigned int thread) |
| const T * | getRemote (unsigned int thread) const |
| unsigned | size () const |
Protected Member Functions | |
| void | destruct () |
Protected Attributes | |
| PerBackend * | b |
| unsigned | offset |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
Like getLocal() but optimized for when you already know the thread id.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |