GRPC Core  18.0.0
Data Structures | Typedefs | Functions | Variables
pollset_uv.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/error.h"

Go to the source code of this file.

Data Structures

struct  grpc_custom_poller_vtable
 

Typedefs

typedef struct grpc_custom_poller_vtable grpc_custom_poller_vtable
 

Functions

void grpc_custom_pollset_global_init (grpc_custom_poller_vtable *vtable)
 
void grpc_custom_pollset_global_shutdown (void)
 

Variables

int grpc_pollset_work_run_loop
 

Typedef Documentation

◆ grpc_custom_poller_vtable

Function Documentation

◆ grpc_custom_pollset_global_init()

void grpc_custom_pollset_global_init ( grpc_custom_poller_vtable vtable)

◆ grpc_custom_pollset_global_shutdown()

void grpc_custom_pollset_global_shutdown ( void  )

Variable Documentation

◆ grpc_pollset_work_run_loop

int grpc_pollset_work_run_loop
extern