Searched refs:proc (Results 1 – 3 of 3) sorted by relevance
89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid() argument90 return proc->pid; in uv_process_get_pid()
180 .. rubric:: proc-streams/test.c181 .. literalinclude:: ../../code/proc-streams/test.c184 The actual program ``proc-streams`` runs this while sharing only ``stderr``.208 .. rubric:: proc-streams/main.c209 .. literalinclude:: ../../code/proc-streams/main.c215 If you run ``proc-stream`` you'll see that only the line "This is stderr" will
79 * linux: fix /proc/self/stat executable name parsing (Farzin Monsef)1504 * linux: refactor /proc file reader logic (Ben Noordhuis)1506 * linux: read load average from /proc/loadavg (Ben Noordhuis)2174 * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)2193 * linux: read free/total memory from /proc/meminfo (Ben Noordhuis)3772 * linux: don't abort on malformed /proc/stat (Ben Noordhuis)5363 * linux: relax assumption on /proc/stat parsing (Luca Bruno)5376 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
Completed in 21 milliseconds