34 #ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H
35 #define GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H
59 #define GRPC_POLLSET_MU(pollset) (&(pollset)->mu)
struct grpc_pollset_worker grpc_pollset_worker
struct grpc_pollset grpc_pollset
int kicked_without_pollers
Definition: pollset_posix.h:66
gpr_mu mu
Definition: pollset_posix.h:61
grpc_pollset_worker root_worker
Definition: pollset_posix.h:62
struct grpc_pollset_worker * prev
Definition: pollset_posix.h:52
Definition: pollset_posix.h:55
pthread_cond_t gpr_cv
Definition: sync_posix.h:42
Definition: sync_win32.h:39
gpr_cv cv
Definition: pollset_windows.h:47
int shutting_down
Definition: pollset_posix.h:64
Definition: pollset_posix.h:49
struct grpc_pollset_worker * next
Definition: pollset_posix.h:51