GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/pollset_custom.h"
#include "src/core/lib/iomgr/resolve_address_custom.h"
#include "src/core/lib/iomgr/tcp_custom.h"
#include "src/core/lib/iomgr/timer_custom.h"
#include <grpc/support/thd_id.h>
Go to the source code of this file.
Macros | |
#define | GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD() |
Functions | |
void | grpc_custom_iomgr_init (grpc_socket_vtable *socket, grpc_custom_resolver_vtable *resolver, grpc_custom_timer_vtable *timer, grpc_custom_poller_vtable *poller) |
Variables | |
gpr_thd_id | g_init_thread |
bool | g_custom_iomgr_enabled |
#define GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD | ( | ) |
void grpc_custom_iomgr_init | ( | grpc_socket_vtable * | socket, |
grpc_custom_resolver_vtable * | resolver, | ||
grpc_custom_timer_vtable * | timer, | ||
grpc_custom_poller_vtable * | poller | ||
) |
|
extern |
|
extern |