Lines Matching full:pipe
64 static void async_event(int pipe, time_t now);
272 /* Use a pipe to carry signals and other events back to the event loop
278 /* prime the pipe to load stuff first time. */
300 /* pipe to carry errors back to original process.
753 /* error pipe, debug mode. */
757 /* pipe is non-blocking and struct event_desc is smaller than
797 static void async_event(int pipe, time_t now)
803 if (read_write(pipe, (unsigned char *)&ev, sizeof(ev), 1))