Home
last modified time | relevance | path

Searched refs:uv_process_get_pid (Results 1 – 4 of 4) 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() function
/libuv/docs/src/
H A Dprocess.rst285 .. c:function:: uv_pid_t uv_process_get_pid(const uv_process_t* handle)
/libuv/include/
H A Duv.h1145 UV_EXTERN uv_pid_t uv_process_get_pid(const uv_process_t*);
/libuv/test/
H A Dtest-spawn.c843 ASSERT_EQ(process.pid, uv_process_get_pid(&process)); in TEST_IMPL()

Completed in 39 milliseconds