#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 |
Definition at line 30 of file executor.h.
gpr_cv grpc_core::ThreadState::cv |
Definition at line 34 of file executor.h.
size_t grpc_core::ThreadState::depth |
Definition at line 36 of file executor.h.
grpc_closure_list grpc_core::ThreadState::elems |
Definition at line 35 of file executor.h.
size_t grpc_core::ThreadState::id |
Definition at line 32 of file executor.h.
gpr_mu grpc_core::ThreadState::mu |
Definition at line 31 of file executor.h.
const char* grpc_core::ThreadState::name |
Definition at line 33 of file executor.h.
bool grpc_core::ThreadState::queued_long_job |
Definition at line 38 of file executor.h.
bool grpc_core::ThreadState::shutdown |
Definition at line 37 of file executor.h.
Thread grpc_core::ThreadState::thd |
Definition at line 39 of file executor.h.