Galois
|
#include <PerThreadStorage.h>
Public Member Functions | |
template<typename... Args> | |
PerSocketStorage (Args &&...args) | |
PerSocketStorage (PerSocketStorage &&o) | |
PerSocketStorage & | operator= (PerSocketStorage &&o) |
PerSocketStorage (const PerSocketStorage &)=delete | |
PerSocketStorage & | operator= (const PerSocketStorage &)=delete |
~PerSocketStorage () | |
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 |
T * | getRemoteByPkg (unsigned int pkg) |
const T * | getRemoteByPkg (unsigned int pkg) const |
unsigned | size () const |
Protected Member Functions | |
void | destruct () |
Protected Attributes | |
unsigned | offset |
PerBackend & | b |
|
inline |
|
inline |
|
delete |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
Like getLocal() but optimized for when you already know the thread id.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
protected |
|
protected |