aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-12 10:16:07 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-12 10:16:07 -0800
commit0960acd05a020ceeea9ab99c3bf4d3217e25750e (patch)
tree0f892533e6da739fb6ebf1a30453b43517ccab6a /src/core
parentb8c9648f60a99cc8bd94f02c71bda240efba728a (diff)
clang-format
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/gpr/sync_posix.cc12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/core/lib/gpr/sync_posix.cc b/src/core/lib/gpr/sync_posix.cc
index dba58c72e7..dc6392a819 100644
--- a/src/core/lib/gpr/sync_posix.cc
+++ b/src/core/lib/gpr/sync_posix.cc
@@ -30,11 +30,13 @@
// For debug of the timer manager crash only.
// TODO (mxyan): remove after bug is fixed.
#ifdef GRPC_DEBUG_TIMER_MANAGER
-void GRPCDebugTimerManagerLogStats(
- int64_t timer_manager_init_count, int64_t timer_manager_shutdown_count,
- int64_t fork_count, int64_t timer_wait_err, int64_t timer_cv_value,
- int64_t timer_mu_value, int64_t abstime_sec_value,
- int64_t abstime_nsec_value);
+void GRPCDebugTimerManagerLogStats(int64_t timer_manager_init_count,
+ int64_t timer_manager_shutdown_count,
+ int64_t fork_count, int64_t timer_wait_err,
+ int64_t timer_cv_value,
+ int64_t timer_mu_value,
+ int64_t abstime_sec_value,
+ int64_t abstime_nsec_value);
int64_t g_timer_manager_init_count = 0;
int64_t g_timer_manager_shutdown_count = 0;
int64_t g_fork_count = 0;