Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dscoped_signal_test.c252 static int thread_pipe[2]; variable
264 if (read(thread_pipe[0], &buf, 1) != 1) in thread_func()
276 ASSERT_EQ(0, pipe2(thread_pipe, O_CLOEXEC)); in TEST()
285 ASSERT_EQ(1, write(thread_pipe[1], ".", 1)); in TEST()
289 ASSERT_EQ(1, write(thread_pipe[1], ".", 1)); in TEST()
296 EXPECT_EQ(0, close(thread_pipe[0])); in TEST()
297 EXPECT_EQ(0, close(thread_pipe[1])); in TEST()