Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/
Dilm_control_platform.h59 int shutdown_fd; member
/third_party/grpc/src/core/lib/iomgr/
Dudp_server.cc119 static void shutdown_fd(void* args, grpc_error* error);
225 void GrpcUdpListener::shutdown_fd(void* args, grpc_error* error) { in shutdown_fd() function in GrpcUdpListener
338 GRPC_CLOSURE_INIT(&orphan_fd_closure_, shutdown_fd, this, in OnFdAboutToOrphan()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c1093 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() local
1264 { .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()