proxygen
|
Public Member Functions | |
IOThread (IOThreadPoolExecutor *pool) | |
Public Attributes | |
std::atomic< bool > | shouldRun |
std::atomic< size_t > | pendingTasks |
folly::EventBase * | eventBase |
std::mutex | eventBaseShutdownMutex_ |
Definition at line 76 of file IOThreadPoolExecutor.h.
|
inline |
Definition at line 78 of file IOThreadPoolExecutor.h.
folly::EventBase* folly::IOThreadPoolExecutor::IOThread::eventBase |
Definition at line 82 of file IOThreadPoolExecutor.h.
Referenced by folly::IOThreadPoolExecutor::getEventBase(), and folly::IOThreadPoolExecutor::threadRun().
std::mutex folly::IOThreadPoolExecutor::IOThread::eventBaseShutdownMutex_ |
Definition at line 83 of file IOThreadPoolExecutor.h.
std::atomic<size_t> folly::IOThreadPoolExecutor::IOThread::pendingTasks |
Definition at line 81 of file IOThreadPoolExecutor.h.
Referenced by folly::IOThreadPoolExecutor::getPendingTaskCountImpl().
std::atomic<bool> folly::IOThreadPoolExecutor::IOThread::shouldRun |
Definition at line 80 of file IOThreadPoolExecutor.h.
Referenced by folly::IOThreadPoolExecutor::stopThreads().