34 #ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H
35 #define GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H
38 #include <grpc/support/sync.h>
40 #include "src/core/iomgr/pollset_kick.h"
41 #include "src/core/iomgr/socket_windows.h"
53 #define GRPC_POLLSET_MU(pollset) (&(pollset)->mu)
54 #define GRPC_POLLSET_CV(pollset) (&(pollset)->cv)
Definition: pollset_posix.h:48
Definition: sync_win32.h:41