proxygen
|
Public Member Functions | |
AtomicCounter (T val) | |
void | inc () |
void | incBug () |
T | load () |
Private Attributes | |
Atom< T > | counter_ = {0} |
Friends | |
struct | AnnotatedAtomicCounter< T > |
Original template to be tested
Definition at line 174 of file DeterministicScheduleTest.cpp.
|
inlineexplicit |
Definition at line 179 of file DeterministicScheduleTest.cpp.
|
inline |
|
inline |
|
inline |
|
friend |
Friend declaration to allow full access
Definition at line 176 of file DeterministicScheduleTest.cpp.
|
private |
Definition at line 194 of file DeterministicScheduleTest.cpp.