#include <StaticInstance.h>
Public Member Functions | |
void | lock () |
void | unlock () |
T * | get () |
Public Attributes | |
volatile T * | V |
volatile int | _lock |
T* Galois::Runtime::LL::StaticInstance< T >::get | ( | ) | [inline] |
void Galois::Runtime::LL::StaticInstance< T >::lock | ( | ) | [inline] |
void Galois::Runtime::LL::StaticInstance< T >::unlock | ( | ) | [inline] |
volatile int Galois::Runtime::LL::StaticInstance< T >::_lock |
volatile T* Galois::Runtime::LL::StaticInstance< T >::V |