Lines Matching defs:psync
54 int psync[2];63 close(psync[1]);93 close(psync[0]);312 if (socketpair(AF_UNIX, SOCK_STREAM, 0, psync) == -1) {325 if (close(psync[1])) {326 tst_resm(TBROK, "close(psync[1]) failed)");329 await_mutex(psync[0]);338 close(psync[0]);363 send_mutex(psync[1]);365 close(psync[1]);