GRPC C++  1.39.1
Macros | Functions | Variables
iomgr_custom.h File Reference
#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
 

Macro Definition Documentation

◆ GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD

#define GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD ( )

Function Documentation

◆ grpc_custom_iomgr_init()

void grpc_custom_iomgr_init ( grpc_socket_vtable socket,
grpc_custom_resolver_vtable resolver,
grpc_custom_timer_vtable timer,
grpc_custom_poller_vtable poller 
)

Variable Documentation

◆ g_custom_iomgr_enabled

bool g_custom_iomgr_enabled
extern

◆ g_init_thread

gpr_thd_id g_init_thread
extern