#include <grpc/support/port_platform.h>#include "src/core/lib/gprpp/fork.h"#include <grpc/impl/codegen/gpr_types.h>#include <grpc/support/atm.h>#include <grpc/support/sync.h>#include <grpc/support/time.h>#include "src/core/lib/gprpp/global_config_env.h"
Go to the source code of this file.
Classes | |
| class | grpc_core::internal::ExecCtxState |
| class | grpc_core::internal::ThreadState |
Namespaces | |
| grpc_core | |
| grpc_core::internal | |
Macros | |
| #define | BLOCKED(n) (n) |
| #define | GRPC_ENABLE_FORK_SUPPORT_DEFAULT false |
| #define | UNBLOCKED(n) ((n) + 2) |
Functions | |
| GPR_GLOBAL_CONFIG_DEFINE_BOOL (grpc_enable_fork_support, GRPC_ENABLE_FORK_SUPPORT_DEFAULT, "Enable fork support") | |
| GPR_GLOBAL_CONFIG_DEFINE_BOOL | ( | grpc_enable_fork_support | , |
| GRPC_ENABLE_FORK_SUPPORT_DEFAULT | , | ||
| "Enable fork support" | |||
| ) |