Public Member Functions | |
| DynamicThread (DynamicThreadPool *pool) | |
| ~DynamicThread () | |
Private Member Functions | |
| void | ThreadFunc () |
Private Attributes | |
| DynamicThreadPool * | pool_ |
| grpc_core::Thread | thd_ |
Definition at line 40 of file dynamic_thread_pool.h.
|
explicit |
Definition at line 25 of file dynamic_thread_pool.cc.
| grpc::DynamicThreadPool::DynamicThread::~DynamicThread | ( | ) |
Definition at line 35 of file dynamic_thread_pool.cc.
|
private |
Definition at line 37 of file dynamic_thread_pool.cc.
|
private |
Definition at line 46 of file dynamic_thread_pool.h.
|
private |
Definition at line 47 of file dynamic_thread_pool.h.