Home
last modified time | relevance | path

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

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