|
GRPC C++
1.26.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/gpr/spinlock.h"#include "src/core/lib/gprpp/thd.h"#include "src/core/lib/iomgr/closure.h"Go to the source code of this file.
Data Structures | |
| struct | grpc_core::ThreadState |
| class | grpc_core::Executor |
Namespaces | |
| grpc_core | |
| Internal thread interface. | |
Enumerations | |
| enum class | grpc_core::ExecutorType { grpc_core::DEFAULT = 0 , grpc_core::RESOLVER , grpc_core::NUM_EXECUTORS } |
| enum class | grpc_core::ExecutorJobType { grpc_core::SHORT = 0 , grpc_core::LONG , grpc_core::NUM_JOB_TYPES } |
Functions | |
| void | grpc_core::grpc_executor_global_init () |