Searched defs:process (Results 1 – 13 of 13) sorted by relevance
/libuv/test/ |
H A D | test-process-title.c | 79 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 D | runner-win.h | 37 HANDLE process; member
|
H A D | benchmark-spawn.c | 32 static uv_process_t process; variable 67 static void exit_cb(uv_process_t* process, in exit_cb()
|
H A D | test-stdio-over-pipes.c | 50 static void exit_cb(uv_process_t* process, in exit_cb() 121 uv_process_t process; in test_stdio_over_pipes() local
|
H A D | test-spawn.c | 46 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 D | test-ipc-heavy-traffic-deadlock-bug.c | 135 uv_process_t process; in TEST_IMPL() local
|
H A D | test-ipc.c | 89 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 D | runner.c | 112 process_info_t* process) { in log_tap_result()
|
H A D | test-ipc-send-recv.c | 173 uv_process_t process; in run_test() local
|
/libuv/docs/src/ |
H A D | process.rst | 2 .. _process: target
|
/libuv/src/unix/ |
H A D | process.c | 102 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 D | kqueue.c | 174 uv_process_t* process; in uv__io_poll() local
|
/libuv/src/win/ |
H A D | process.c | 804 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 58 milliseconds