Lines Matching refs:ipc_sockets
94 int ipc_sockets[2]; in FIXTURE_SETUP() local
155 ret = socketpair(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0, ipc_sockets); in FIXTURE_SETUP()
170 close(ipc_sockets[0]); in FIXTURE_SETUP()
197 if (write_nointr(ipc_sockets[1], "1", 1) < 0) in FIXTURE_SETUP()
200 close(ipc_sockets[1]); in FIXTURE_SETUP()
206 close(ipc_sockets[1]); in FIXTURE_SETUP()
207 ASSERT_EQ(read_nointr(ipc_sockets[0], &c, 1), 1); in FIXTURE_SETUP()
208 close(ipc_sockets[0]); in FIXTURE_SETUP()
210 ret = socketpair(AF_LOCAL, SOCK_STREAM | SOCK_CLOEXEC, 0, ipc_sockets); in FIXTURE_SETUP()
224 close(ipc_sockets[0]); in FIXTURE_SETUP()
251 if (write_nointr(ipc_sockets[1], "1", 1) < 0) in FIXTURE_SETUP()
254 close(ipc_sockets[1]); in FIXTURE_SETUP()
260 close(ipc_sockets[1]); in FIXTURE_SETUP()
261 ASSERT_EQ(read_nointr(ipc_sockets[0], &c, 1), 1); in FIXTURE_SETUP()
262 close(ipc_sockets[0]); in FIXTURE_SETUP()