Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fork.c176 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 13 milliseconds