34 #ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_POSIX_H
35 #define GRPC_INTERNAL_CORE_IOMGR_POLLSET_POSIX_H
37 #include <grpc/support/sync.h>
39 #include "src/core/iomgr/pollset_kick.h"
60 void (*shutdown_done_cb)(
void *
arg);
61 void *shutdown_done_arg;
77 #define GRPC_POLLSET_MU(pollset) (&(pollset)->mu)
78 #define GRPC_POLLSET_CV(pollset) (&(pollset)->cv)
104 void grpc_platform_become_multipoller(
grpc_pollset *pollset,
105 struct grpc_fd **fds,
size_t fd_count);
Definition: pollset_posix.h:68
Definition: pollset_posix.h:48
Definition: sync_win32.h:41
Definition: pollset_kick_posix.h:45
Definition: fd_posix.h:57