Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c127 int ipc_sockets[2]; in FIXTURE_SETUP() local
185 close(ipc_sockets[0]); in FIXTURE_SETUP()
190 if (write_nointr(ipc_sockets[1], "1", 1) < 0) in FIXTURE_SETUP()
193 close(ipc_sockets[1]); in FIXTURE_SETUP()
199 close(ipc_sockets[1]); in FIXTURE_SETUP()
201 close(ipc_sockets[0]); in FIXTURE_SETUP()
214 close(ipc_sockets[0]); in FIXTURE_SETUP()
219 if (write_nointr(ipc_sockets[1], "1", 1) < 0) in FIXTURE_SETUP()
222 close(ipc_sockets[1]); in FIXTURE_SETUP()
228 close(ipc_sockets[1]); in FIXTURE_SETUP()
[all …]