|
Squid Web Cache master
|
Public Types | |
| enum | CheckError { EVENT_IDLE = -1 , EVENT_ERROR = -2 } |
Public Member Functions | |
| RecordingEngine (int aTimeout=0) | |
| int | checkEvents (int timeout) override |
Public Attributes | |
| int | calls = 0 |
| int | lasttimeout = 0 |
| int | return_timeout = 0 |
Definition at line 54 of file testEventLoop.cc.
|
inherited |
| Enumerator | |
|---|---|
| EVENT_IDLE | |
| EVENT_ERROR | |
Definition at line 26 of file AsyncEngine.h.
|
inline |
Definition at line 57 of file testEventLoop.cc.
Implements AsyncEngine.
Definition at line 59 of file testEventLoop.cc.
References calls, lasttimeout, and return_timeout.
| int RecordingEngine::calls = 0 |
Definition at line 65 of file testEventLoop.cc.
Referenced by checkEvents(), TestEventLoop::testEngineErrors(), TestEventLoop::testEngineTimeout(), and TestEventLoop::testRunOnce().
| int RecordingEngine::lasttimeout = 0 |
Definition at line 66 of file testEventLoop.cc.
Referenced by checkEvents(), TestEventLoop::testEngineTimeout(), TestEventLoop::testRunOnce(), and TestEventLoop::testSetPrimaryEngine().
| int RecordingEngine::return_timeout = 0 |
Definition at line 67 of file testEventLoop.cc.
Referenced by checkEvents().