#include <threadpool.h>
Classes | |
struct | Stats |
Public Member Functions | |
void | Join () |
void | Start () |
ThreadPoolWorker (const char *thd_name, MPMCQueueInterface *queue, Thread::Options &options, int index) | |
~ThreadPoolWorker () | |
Private Member Functions | |
void | Run () |
Private Attributes | |
int | index_ |
MPMCQueueInterface * | queue_ |
Stats | stats_ |
Thread | thd_ |
const char * | thd_name_ |
Definition at line 63 of file src/core/lib/iomgr/executor/threadpool.h.
|
inline |
Definition at line 65 of file src/core/lib/iomgr/executor/threadpool.h.
|
inline |
Definition at line 73 of file src/core/lib/iomgr/executor/threadpool.h.
|
inline |
Definition at line 76 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 25 of file threadpool.cc.
|
inline |
Definition at line 75 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 91 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 87 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 89 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 88 of file src/core/lib/iomgr/executor/threadpool.h.
|
private |
Definition at line 90 of file src/core/lib/iomgr/executor/threadpool.h.