Home
last modified time | relevance | path

Searched refs:pipeFds (Results 1 - 1 of 1) sorted by relevance

/test/xts/hats/kernel/syscalls/async/pipe2/
H A DPipe2ApiTest.cpp71 int pipeFds[2]; in HWTEST_F() local
73 int ret = pipe2(pipeFds, O_CLOEXEC | O_NONBLOCK); in HWTEST_F()
75 EXPECT_TRUE(pipeFds[0] > 0 && pipeFds[1] > 0); in HWTEST_F()
88 int* pipeFds = nullptr; in HWTEST_F() local
91 int ret = pipe2(pipeFds, O_CLOEXEC); in HWTEST_F()

Completed in 1 milliseconds