Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c470 int pipe_child_ready[2]; in TEST() local
478 ASSERT_EQ(pipe(pipe_child_ready), 0); in TEST()
486 close(pipe_child_ready[0]); in TEST()
495 close(pipe_child_ready[1]); in TEST()
506 close(pipe_child_ready[1]); in TEST()
520 close(pipe_child_ready[1]); in TEST()
528 ret = write(pipe_child_ready[1], buf, sizeof(*handle) + handle->handle_bytes); in TEST()
530 close(pipe_child_ready[1]); in TEST()
543 close(pipe_child_ready[1]); in TEST()
549 ret = read(pipe_child_ready[0], buf, sizeof(buf)); in TEST()
[all …]