19 #ifndef GRPC_CORE_LIB_IOMGR_POLLSET_WINDOWS_H
20 #define GRPC_CORE_LIB_IOMGR_POLLSET_WINDOWS_H
28 #ifdef GRPC_WINSOCK_SOCKET
37 GRPC_POLLSET_WORKER_LINK_POLLSET = 0,
38 GRPC_POLLSET_WORKER_LINK_GLOBAL,
39 GRPC_POLLSET_WORKER_LINK_TYPES
40 } grpc_pollset_worker_link_type;
42 typedef struct grpc_pollset_worker_link {
45 } grpc_pollset_worker_link;
54 grpc_pollset_worker_link links[GRPC_POLLSET_WORKER_LINK_TYPES];
59 int kicked_without_pollers;
QueuedPick * next
Definition: client_channel.cc:113
pthread_cond_t gpr_cv
Definition: sync_posix.h:46
void grpc_pollset_global_init()
Definition: pollset.cc:29
void grpc_pollset_global_shutdown()
Definition: pollset.cc:31
struct grpc_pollset_worker grpc_pollset_worker
Definition: pollset.h:39
A closure over a grpc_iomgr_cb_func.
Definition: closure.h:56
Definition: pollset_custom.cc:40