Public Attributes | List of all members
grpc_core::ThreadState Struct Reference

#include <executor.h>

Public Attributes

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

Detailed Description

Definition at line 30 of file executor.h.

Member Data Documentation

◆ cv

gpr_cv grpc_core::ThreadState::cv

Definition at line 34 of file executor.h.

◆ depth

size_t grpc_core::ThreadState::depth

Definition at line 36 of file executor.h.

◆ elems

grpc_closure_list grpc_core::ThreadState::elems

Definition at line 35 of file executor.h.

◆ id

size_t grpc_core::ThreadState::id

Definition at line 32 of file executor.h.

◆ mu

gpr_mu grpc_core::ThreadState::mu

Definition at line 31 of file executor.h.

◆ name

const char* grpc_core::ThreadState::name

Definition at line 33 of file executor.h.

◆ queued_long_job

bool grpc_core::ThreadState::queued_long_job

Definition at line 38 of file executor.h.

◆ shutdown

bool grpc_core::ThreadState::shutdown

Definition at line 37 of file executor.h.

◆ thd

Thread grpc_core::ThreadState::thd

Definition at line 39 of file executor.h.


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


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