Searched defs:exit_cb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-process-title.c79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { function
H A Dbenchmark-spawn.c67 static void exit_cb(uv_process_t* process, function
H A Dtest-stdio-over-pipes.c50 static void exit_cb(uv_process_t* process, function
63 static void init_process_options(char* test, uv_exit_cb exit_cb) { argument
H A Dtest-ipc.c89 static void exit_cb(uv_process_t* process, function
H A Dtest-spawn.c63 static void exit_cb(uv_process_t* process, function
156 static void init_process_options(char* test, uv_exit_cb exit_cb) { argument
[all...]
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h976 uv_exit_cb exit_cb; /* Called after the process exits. */ member in struct:uv_process_options_s
1074 uv_exit_cb exit_cb; member in struct:uv_process_s

Completed in 405 milliseconds