Searched refs:idle_check_handle_ (Results 1 – 2 of 2) sorted by relevance
533 uv_check_init(event_loop(), &idle_check_handle_); in InitializeLibuv()546 uv_unref(reinterpret_cast<uv_handle_t*>(&idle_check_handle_)); in InitializeLibuv()593 register_handle(reinterpret_cast<uv_handle_t*>(&idle_check_handle_)); in RegisterHandleCleanups()630 uv_check_start(&idle_check_handle_, [](uv_check_t* handle) { in StartProfilerIdleNotifier()631 Environment* env = ContainerOf(&Environment::idle_check_handle_, handle); in StartProfilerIdleNotifier()
1313 uv_check_t idle_check_handle_; variable