![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
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 |
Definition at line 364 of file gc_test.cc.
1.7.6.1