Home
last modified time | relevance | path

Searched refs:uv_process_get_pid (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/src/
Duv-data-getter-setters.c89 uv_pid_t uv_process_get_pid(const uv_process_t* proc) { in uv_process_get_pid() function
/third_party/libuv/docs/src/
Dprocess.rst275 .. c:function:: uv_pid_t uv_process_get_pid(const uv_process_t* handle)
/third_party/libuv/include/uv_ndk/
Duv.h1070 UV_EXTERN uv_pid_t uv_process_get_pid(const uv_process_t*);
/third_party/libuv/include/
Duv.h1084 UV_EXTERN uv_pid_t uv_process_get_pid(const uv_process_t*);
/third_party/libuv/test/
Dtest-spawn.c840 ASSERT(process.pid == uv_process_get_pid(&process)); in TEST_IMPL()