Searched refs:g_cv_shutdown (Results 1 – 1 of 1) sorted by relevance
45 static gpr_cv g_cv_shutdown; variable255 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()