proxygen
|
#include <ThreadPoolExecutor.h>
Public Member Functions | |
void | add (const ThreadPtr &state) |
void | remove (const ThreadPtr &state) |
const std::vector< ThreadPtr > & | get () const |
Static Private Member Functions | |
static bool | compare (const ThreadPtr &ts1, const ThreadPtr &ts2) |
Private Attributes | |
std::vector< ThreadPtr > | vec_ |
Definition at line 229 of file ThreadPoolExecutor.h.
|
inline |
Definition at line 231 of file ThreadPoolExecutor.h.
Referenced by folly::ThreadPoolExecutor::addThreads().
|
inlinestaticprivate |
Definition at line 266 of file ThreadPoolExecutor.h.
|
inline |
Definition at line 261 of file ThreadPoolExecutor.h.
Referenced by folly::IOThreadPoolExecutor::add(), folly::ThreadPoolExecutor::addObserver(), folly::IOThreadPoolExecutor::getPendingTaskCountImpl(), folly::ThreadPoolExecutor::getPoolStats(), folly::ThreadPoolExecutor::join(), folly::IOThreadPoolExecutor::pickThread(), folly::ThreadPoolExecutor::removeObserver(), folly::ThreadPoolExecutor::stop(), folly::IOThreadPoolExecutor::stopThreads(), and folly::ThreadPoolExecutor::~ThreadPoolExecutor().
|
inline |
Definition at line 247 of file ThreadPoolExecutor.h.
References cpp.ast::next().
Referenced by folly::IOThreadPoolExecutor::stopThreads(), and folly::CPUThreadPoolExecutor::threadRun().
|
private |
Definition at line 270 of file ThreadPoolExecutor.h.