Searched refs:shutdown_fd (Results 1 – 3 of 3) sorted by relevance
59 int shutdown_fd; member
119 static void shutdown_fd(void* args, grpc_error* error);225 void GrpcUdpListener::shutdown_fd(void* args, grpc_error* error) { in shutdown_fd() function in GrpcUdpListener338 GRPC_CLOSURE_INIT(&orphan_fd_closure_, shutdown_fd, this, in OnFdAboutToOrphan()
1093 while (write(ctx->shutdown_fd, &buf, sizeof buf) == -1 && errno == EINTR) in send_shutdown_event()1130 if (ctx->shutdown_fd > -1) in ilmControl_destroy()1140 if (ctx->shutdown_fd > -1) in ilmControl_destroy()1141 close(ctx->shutdown_fd); in ilmControl_destroy()1161 ctx->shutdown_fd = -1; in ilmControl_init()1244 int const shutdown_fd = ctx->shutdown_fd; in control_thread() local1264 { .fd = shutdown_fd, .events = POLLIN } in control_thread()1394 ctx->shutdown_fd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in init_control()1396 if (ctx->shutdown_fd == -1) in init_control()