Home
last modified time | relevance | path

Searched refs:err_pipe (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info-stats-print.h57 int err_pipe[2]; in stats_to_buffer() local
59 if (pipe(err_pipe) != 0) { in stats_to_buffer()
63 dup2(err_pipe[1], STDERR_FILENO); in stats_to_buffer()
64 close(err_pipe[1]); in stats_to_buffer()
67 read(err_pipe[0], buffer, STATS_BUFFER_SIZE); in stats_to_buffer()

Completed in 1 milliseconds