Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc::DynamicThreadPool::DynamicThread Class Reference

Public Member Functions

 DynamicThread (DynamicThreadPool *pool)
 
 ~DynamicThread ()
 

Private Member Functions

void ThreadFunc ()
 

Private Attributes

DynamicThreadPoolpool_
 
grpc_core::Thread thd_
 

Detailed Description

Definition at line 40 of file dynamic_thread_pool.h.

Constructor & Destructor Documentation

◆ DynamicThread()

grpc::DynamicThreadPool::DynamicThread::DynamicThread ( DynamicThreadPool pool)
explicit

Definition at line 25 of file dynamic_thread_pool.cc.

◆ ~DynamicThread()

grpc::DynamicThreadPool::DynamicThread::~DynamicThread ( )

Definition at line 35 of file dynamic_thread_pool.cc.

Member Function Documentation

◆ ThreadFunc()

void grpc::DynamicThreadPool::DynamicThread::ThreadFunc ( )
private

Definition at line 37 of file dynamic_thread_pool.cc.

Member Data Documentation

◆ pool_

DynamicThreadPool* grpc::DynamicThreadPool::DynamicThread::pool_
private

Definition at line 46 of file dynamic_thread_pool.h.

◆ thd_

grpc_core::Thread grpc::DynamicThreadPool::DynamicThread::thd_
private

Definition at line 47 of file dynamic_thread_pool.h.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31