GRPC C++  1.39.1
Data Fields
grpc_core::ThreadState Struct Reference

#include <executor.h>

Data Fields

gpr_mu mu
 
size_t id
 
const char * name
 
gpr_cv cv
 
grpc_closure_list elems
 
size_t depth
 
bool shutdown
 
bool queued_long_job
 
grpc_core::Thread thd
 

Field Documentation

◆ cv

gpr_cv grpc_core::ThreadState::cv

◆ depth

size_t grpc_core::ThreadState::depth

◆ elems

grpc_closure_list grpc_core::ThreadState::elems

◆ id

size_t grpc_core::ThreadState::id

◆ mu

gpr_mu grpc_core::ThreadState::mu

◆ name

const char* grpc_core::ThreadState::name

◆ queued_long_job

bool grpc_core::ThreadState::queued_long_job

◆ shutdown

bool grpc_core::ThreadState::shutdown

◆ thd

grpc_core::Thread grpc_core::ThreadState::thd

The documentation for this struct was generated from the following file: