#include <threadpool.h>
◆ ThreadPool() [1/3]
grpc_core::ThreadPool::ThreadPool |
( |
int |
num_threads | ) |
|
◆ ThreadPool() [2/3]
grpc_core::ThreadPool::ThreadPool |
( |
int |
num_threads, |
|
|
const char * |
thd_name |
|
) |
| |
◆ ThreadPool() [3/3]
grpc_core::ThreadPool::ThreadPool |
( |
int |
num_threads, |
|
|
const char * |
thd_name, |
|
|
const Thread::Options & |
thread_options |
|
) |
| |
◆ ~ThreadPool()
grpc_core::ThreadPool::~ThreadPool |
( |
| ) |
|
|
override |
◆ Add()
◆ num_pending_closures()
int grpc_core::ThreadPool::num_pending_closures |
( |
| ) |
const |
|
overridevirtual |
◆ pool_capacity()
int grpc_core::ThreadPool::pool_capacity |
( |
| ) |
const |
|
overridevirtual |
◆ thread_name()
const char * grpc_core::ThreadPool::thread_name |
( |
| ) |
const |
|
overridevirtual |
◆ thread_options()
The documentation for this class was generated from the following files: