Home
last modified time | relevance | path

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

/libuv/src/
H A Duv-data-getter-setters.c89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid() argument
90 return proc->pid; in uv_process_get_pid()
/libuv/docs/src/guide/
H A Dprocesses.rst180 .. rubric:: proc-streams/test.c
181 .. literalinclude:: ../../code/proc-streams/test.c
184 The actual program ``proc-streams`` runs this while sharing only ``stderr``.
208 .. rubric:: proc-streams/main.c
209 .. literalinclude:: ../../code/proc-streams/main.c
215 If you run ``proc-stream`` you'll see that only the line "This is stderr" will
/libuv/
H A DChangeLog1253 * linux: refactor /proc file reader logic (Ben Noordhuis)
1255 * linux: read load average from /proc/loadavg (Ben Noordhuis)
1923 * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
1942 * linux: read free/total memory from /proc/meminfo (Ben Noordhuis)
3521 * linux: don't abort on malformed /proc/stat (Ben Noordhuis)
5112 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
5125 * linux: relax assumption on /proc/stat parsing (Luca Bruno)

Completed in 19 milliseconds