Searched defs:DELAY_MSG (Results 1 - 1 of 1) sorted by path

/bionic/tests/
H A Dsys_select_test.cpp50 #define DELAY_MSG "1234" macro
59 EXPECT_EQ(5, write(fds[1], DELAY_MSG, sizeof(DELAY_MSG)));
70 char buf[sizeof(DELAY_MSG)];
71 ASSERT_EQ(static_cast<ssize_t>(sizeof(DELAY_MSG)), read(fd, buf, sizeof(DELAY_MSG)));
72 ASSERT_STREQ(DELAY_MSG, buf);

Completed in 6 milliseconds