Searched refs:g_exit_socket (Results 1 – 1 of 1) sorted by relevance
53 int g_exit_socket[2]; variable57 if (g_exit_socket[0] >= 0) in sigint_handler()58 write(g_exit_socket[0], "T", 1); in sigint_handler()612 if (socketpair(AF_UNIX, SOCK_STREAM, 0, g_exit_socket) == -1) { in main()627 fds[1].fd = g_exit_socket[1]; in main()661 if (g_exit_socket[0] >= 0) { in main()662 close(g_exit_socket[0]); in main()665 if (g_exit_socket[1] >= 0) { in main()666 close(g_exit_socket[1]); in main()