proxygen
|
Public Member Functions | |
void | threadStarted (ThreadPoolExecutor::ThreadHandle *) override |
void | threadStopped (ThreadPoolExecutor::ThreadHandle *) override |
void | threadPreviouslyStarted (ThreadPoolExecutor::ThreadHandle *) override |
void | threadNotYetStopped (ThreadPoolExecutor::ThreadHandle *) override |
void | checkCalls () |
Public Member Functions inherited from folly::ThreadPoolExecutor::Observer | |
virtual | ~Observer ()=default |
Private Attributes | |
std::atomic< int > | threads_ {0} |
Definition at line 375 of file ThreadPoolExecutorTest.cpp.
|
inline |
|
inlineoverridevirtual |
Reimplemented from folly::ThreadPoolExecutor::Observer.
Definition at line 386 of file ThreadPoolExecutorTest.cpp.
|
inlineoverridevirtual |
Reimplemented from folly::ThreadPoolExecutor::Observer.
Definition at line 383 of file ThreadPoolExecutorTest.cpp.
|
inlineoverridevirtual |
Implements folly::ThreadPoolExecutor::Observer.
Definition at line 377 of file ThreadPoolExecutorTest.cpp.
|
inlineoverridevirtual |
Implements folly::ThreadPoolExecutor::Observer.
Definition at line 380 of file ThreadPoolExecutorTest.cpp.
|
private |
Definition at line 394 of file ThreadPoolExecutorTest.cpp.