proxygen
RunInThreadData Struct Reference

Public Member Functions

 RunInThreadData (int numThreads, int opsPerThread_)
 

Public Attributes

EventBase evb
 
deque< pair< int, int > > values
 
int opsPerThread
 
int opsToGo
 

Detailed Description

Definition at line 1129 of file EventBaseTest.cpp.

Constructor & Destructor Documentation

RunInThreadData::RunInThreadData ( int  numThreads,
int  opsPerThread_ 
)
inline

Definition at line 1130 of file EventBaseTest.cpp.

1131  : opsPerThread(opsPerThread_), opsToGo(numThreads * opsPerThread) {}

Member Data Documentation

EventBase RunInThreadData::evb

Definition at line 1133 of file EventBaseTest.cpp.

Referenced by runInThreadTestFunc(), and TEST().

int RunInThreadData::opsPerThread

Definition at line 1136 of file EventBaseTest.cpp.

Referenced by TEST().

int RunInThreadData::opsToGo

Definition at line 1137 of file EventBaseTest.cpp.

Referenced by runInThreadTestFunc().

deque<pair<int, int> > RunInThreadData::values

Definition at line 1134 of file EventBaseTest.cpp.

Referenced by runInThreadTestFunc(), and TEST().


The documentation for this struct was generated from the following file: