34 #ifndef GRPC_INTERNAL_CORE_IOMGR_IOMGR_INTERNAL_H
35 #define GRPC_INTERNAL_CORE_IOMGR_IOMGR_INTERNAL_H
int grpc_maybe_call_delayed_callbacks(gpr_mu *drop_mu, int success)
Definition: iomgr.c:244
struct grpc_iomgr_object grpc_iomgr_object
struct grpc_iomgr_object * prev
Definition: iomgr_internal.h:43
void grpc_iomgr_platform_init(void)
Definition: iomgr_internal.h:40
struct grpc_iomgr_object * next
Definition: iomgr_internal.h:42
Definition: sync_win32.h:39
void grpc_iomgr_register_object(grpc_iomgr_object *obj, const char *name)
Definition: iomgr.c:187
A closure over a grpc_iomgr_cb_func.
Definition: iomgr.h:45
void grpc_iomgr_platform_shutdown(void)
void grpc_iomgr_unregister_object(grpc_iomgr_object *obj)
Definition: iomgr.c:196
void grpc_iomgr_add_delayed_callback(grpc_iomgr_closure *iocb, int success)
As per grpc_iomgr_add_callback, with the ability to set the success argument.
Definition: iomgr.c:222
char * name
Definition: iomgr_internal.h:41