34 #ifndef GRPC_INTERNAL_CORE_IOMGR_IOMGR_INTERNAL_H
35 #define GRPC_INTERNAL_CORE_IOMGR_IOMGR_INTERNAL_H
37 #include "src/core/iomgr/iomgr.h"
38 #include "src/core/iomgr/iomgr_internal.h"
39 #include <grpc/support/sync.h>
41 int grpc_maybe_call_delayed_callbacks(
gpr_mu *drop_mu,
int success);
42 void grpc_iomgr_add_delayed_callback(grpc_iomgr_cb_func cb,
void *cb_arg,
45 void grpc_iomgr_ref(
void);
46 void grpc_iomgr_unref(
void);
48 void grpc_iomgr_platform_init(
void);
49 void grpc_iomgr_platform_shutdown(
void);
Definition: sync_win32.h:41