Home
last modified time | relevance | path

Searched defs:process (Results 1 – 13 of 13) sorted by relevance

/libuv/test/
H A Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { in exit_cb()
88 uv_process_t process; in TEST_IMPL() local
H A Drunner-win.h37 HANDLE process; member
H A Dbenchmark-spawn.c32 static uv_process_t process; variable
67 static void exit_cb(uv_process_t* process, in exit_cb()
H A Dtest-stdio-over-pipes.c50 static void exit_cb(uv_process_t* process, in exit_cb()
121 uv_process_t process; in test_stdio_over_pipes() local
H A Dtest-spawn.c46 static uv_process_t process; variable
66 static void exit_cb(uv_process_t* process, in exit_cb()
77 static void fail_cb(uv_process_t* process, in fail_cb()
84 static void kill_cb(uv_process_t* process, in kill_cb()
117 static void detach_failure_cb(uv_process_t* process, in detach_failure_cb()
1607 static void exit_cb_unexpected(uv_process_t* process, in exit_cb_unexpected()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c135 uv_process_t process; in TEST_IMPL() local
H A Dtest-ipc.c89 static void exit_cb(uv_process_t* process, in exit_cb()
281 uv_process_t* process, in spawn_helper()
418 uv_process_t process; in run_ipc_test() local
H A Drunner.c112 process_info_t* process) { in log_tap_result()
H A Dtest-ipc-send-recv.c173 uv_process_t process; in run_test() local
/libuv/docs/src/
H A Dprocess.rst2 .. _process: target
/libuv/src/unix/
H A Dprocess.c102 uv_process_t* process; in uv__wait_children() local
954 uv_process_t* process, in uv_spawn()
1083 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()
H A Dkqueue.c174 uv_process_t* process; in uv__io_poll() local
/libuv/src/win/
H A Dprocess.c804 uv_process_t* process = (uv_process_t*) data; in exit_wait_callback() local
891 uv_process_t* process, in uv_spawn()
1354 int uv_process_kill(uv_process_t* process, int signum) { in uv_process_kill()

Completed in 35 milliseconds