HomeSort by: relevance | last modified time | path
    Searched defs:uv_process_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/include/
uv.h 234 typedef struct uv_process_s uv_process_t; typedef in typeref:struct:uv_process_s
342 typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal);
1161 * uv_process_t is a subclass of uv_handle_t.
1171 uv_process_t* handle,
1173 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);
1175 UV_EXTERN uv_pid_t uv_process_get_pid(const uv_process_t*);
uv.h 234 typedef struct uv_process_s uv_process_t; typedef in typeref:struct:uv_process_s
342 typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal);
1161 * uv_process_t is a subclass of uv_handle_t.
1171 uv_process_t* handle,
1173 UV_EXTERN int uv_process_kill(uv_process_t*, int signum);
1175 UV_EXTERN uv_pid_t uv_process_get_pid(const uv_process_t*);

Completed in 98 milliseconds