aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-17 08:33:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-17 08:33:19 -0700
commit185f6c9e047d67ffa8cc4cc9fc1844456e92edfe (patch)
tree9d613449d113e16a052ed6e7c60fd57225422aca /src/core/lib/iomgr/timer.h
parent7b2dd93362099eef75b49fe33b93692bb148b93f (diff)
Fix rounding, reduce contention on global shared state
Diffstat (limited to 'src/core/lib/iomgr/timer.h')
-rw-r--r--src/core/lib/iomgr/timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/timer.h b/src/core/lib/iomgr/timer.h
index d84a278b18..e0338f93c7 100644
--- a/src/core/lib/iomgr/timer.h
+++ b/src/core/lib/iomgr/timer.h
@@ -101,6 +101,9 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
void grpc_timer_list_init(gpr_timespec now);
void grpc_timer_list_shutdown(grpc_exec_ctx *exec_ctx);
+/* Consume a kick issued by grpc_kick_poller */
+void grpc_timer_consume_kick(void);
+
/* the following must be implemented by each iomgr implementation */
void grpc_kick_poller(void);