Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ttyname.c349 int pid_pipe[2]; in do_in_chroot_2() local
350 xpipe (pid_pipe); in do_in_chroot_2()
373 xclose (pid_pipe[0]); in do_in_chroot_2()
407 xclose (pid_pipe[1]); in do_in_chroot_2()
424 xwrite (pid_pipe[1], &pid, sizeof pid); in do_in_chroot_2()
427 xclose (pid_pipe[1]); in do_in_chroot_2()
440 VERIFY (read (pid_pipe[0], &pid, sizeof pid) == sizeof pid); in do_in_chroot_2()
441 xclose (pid_pipe[0]); in do_in_chroot_2()