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

/netbsd-current/external/mit/libuv/dist/docs/code/idle-compute/
H A Dmain.c6 uv_fs_t stdin_watcher; variable
21 if (stdin_watcher.result > 0) {
22 buffer[stdin_watcher.result] = '\0';
26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type);
29 else if (stdin_watcher.result < 0) {
40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type);

Completed in 125 milliseconds