Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-fork.c163 char sync_buf[1]; in TEST_IMPL() local
202 ASSERT(1 == read(sync_pipe[0], sync_buf, 1)); /* wait for parent */ in TEST_IMPL()
235 char sync_buf[1]; in TEST_IMPL() local
252 ASSERT(1 == read(sync_pipe[0], sync_buf, 1)); /* wait for child */ in TEST_IMPL()
285 char sync_buf[1]; in TEST_IMPL() local
305 ASSERT(1 == read(sync_pipe[0], sync_buf, 1)); /* wait for child */ in TEST_IMPL()
332 r = read(sync_pipe2[0], sync_buf, 1); in TEST_IMPL()