Searched refs:psync (Results 1 – 2 of 2) sorted by relevance
54 int psync[2]; variable63 close(psync[1]); in parent_cleanup()93 close(psync[0]); in child_cleanup()312 if (socketpair(AF_UNIX, SOCK_STREAM, 0, psync) == -1) { in main()325 if (close(psync[1])) { in main()329 await_mutex(psync[0]); in main()338 close(psync[0]); in main()363 send_mutex(psync[1]); in main()365 close(psync[1]); in main()
660 psync Basic pread(2) or pwrite(2) io.