HomeSort by: relevance | last modified time | path
    Searched defs:cli_rd_check (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-poll-oob.c 43 static int cli_rd_check = 0; variable
93 if (cli_rd_check == 1) {
96 cli_rd_check = 2;
98 if (cli_rd_check == 0) {
101 cli_rd_check = 1;
109 cli_rd_check = 2;
200 ASSERT_EQ(2, cli_rd_check);
test-poll-oob.c 43 static int cli_rd_check = 0; variable
93 if (cli_rd_check == 1) {
96 cli_rd_check = 2;
98 if (cli_rd_check == 0) {
101 cli_rd_check = 1;
109 cli_rd_check = 2;
200 ASSERT_EQ(2, cli_rd_check);

Completed in 41 milliseconds