Searched refs:sync_buf (Results 1 - 1 of 1) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fork.c | 176 char sync_buf[1]; in TEST_IMPL() local 219 ASSERT_EQ(1, read(sync_pipe[0], sync_buf, 1)); /* wait for parent */ in TEST_IMPL() 252 char sync_buf[1]; in TEST_IMPL() local 275 ASSERT_EQ(1, read(sync_pipe[0], sync_buf, 1)); /* wait for child */ in TEST_IMPL() 308 char sync_buf[1]; in TEST_IMPL() local 334 ASSERT_EQ(1, read(sync_pipe[0], sync_buf, 1)); /* wait for child */ in TEST_IMPL() 361 r = read(sync_pipe2[0], sync_buf, 1); in TEST_IMPL()
|
Completed in 2 milliseconds