Searched refs:exit_sockets (Results 1 – 1 of 1) sorted by relevance
256 int exit_sockets[2]; in callback_thread_loop() local267 if (socketpair(AF_UNIX, SOCK_STREAM, 0, exit_sockets) == -1) in callback_thread_loop()271 stdev->send_sock = exit_sockets[0]; in callback_thread_loop()272 stdev->term_sock = exit_sockets[1]; in callback_thread_loop()