#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
#include "uv.h"
#include "task.h"
Go to the source code of this file.
Functions | |
void | alloc_buffer (uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) |
void | read_stdin (uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) |
TEST_IMPL (pipe_close_stdout_read_stdin) | |
void alloc_buffer | ( | uv_handle_t * | handle, |
size_t | suggested_size, | ||
uv_buf_t * | buf | ||
) |
Definition at line 32 of file test-pipe-close-stdout-read-stdin.c.
void read_stdin | ( | uv_stream_t * | stream, |
ssize_t | nread, | ||
const uv_buf_t * | buf | ||
) |
Definition at line 40 of file test-pipe-close-stdout-read-stdin.c.
TEST_IMPL | ( | pipe_close_stdout_read_stdin | ) |
Definition at line 51 of file test-pipe-close-stdout-read-stdin.c.