RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
Public Member Functions | Public Attributes
TestBase< Lock > Struct Template Reference

List of all members.

Public Member Functions

 TestBase (int nthreads, int nblocks, int nSpinThreads=0)
void checkVisible (int threadNum, unsigned long long start)
void doReadThread (int threadNum)
void doSpinThread ()
void allocThreadDefer (int threadNum)
void allocThreadSync (int threadNum)
void run (boost::function< void(int)> allocFn, int runTime=1)

Public Attributes

volatile bool finished
int nthreads
int nblocks
int nSpinThreads
Allocator< int > allocator
Lock gc
uint64_t nerrors
vector< int ** > allBlocks

Detailed Description

template<typename Lock>
struct TestBase< Lock >

Definition at line 364 of file gc_test.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator