Home
last modified time | relevance | path

Searched refs:g_cv_shutdown (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc45 static gpr_cv g_cv_shutdown; variable
255 gpr_cv_signal(&g_cv_shutdown); in timer_thread_cleanup()
287 gpr_cv_init(&g_cv_shutdown); in grpc_timer_manager_init()
311 gpr_cv_wait(&g_cv_shutdown, &g_mu, gpr_inf_future(GPR_CLOCK_MONOTONIC)); in stop_threads()
326 gpr_cv_destroy(&g_cv_shutdown); in grpc_timer_manager_shutdown()