| /src/external/mit/libuv/dist/test/ |
| test-process-title.c | 79 static void exit_cb(uv_process_t* process, int64_t status, int signo) { function 118 options.exit_cb = exit_cb;
|
| benchmark-spawn.c | 67 static void exit_cb(uv_process_t* process, function 115 options.exit_cb = exit_cb;
|
| test-stdio-over-pipes.c | 50 static void exit_cb(uv_process_t* process, function 53 printf("exit_cb\n"); 63 static void init_process_options(char* test, uv_exit_cb exit_cb) { 72 options.exit_cb = exit_cb; 126 init_process_options("stdio_over_pipes_helper", exit_cb);
|
| test-ipc.c | 89 static void exit_cb(uv_process_t* process, function 92 printf("exit_cb\n"); 306 options.exit_cb = exit_cb;
|
| test-spawn.c | 66 static void exit_cb(uv_process_t* process, function 69 printf("exit_cb\n"); 89 printf("exit_cb\n"); 159 static void init_process_options(char* test, uv_exit_cb exit_cb) { 171 options.exit_cb = exit_cb; 249 init_process_options("spawn_helper1", exit_cb); 267 init_process_options("spawn_helper1", exit_cb); 288 init_process_options("spawn_helper2", exit_cb); 326 init_process_options("spawn_helper2", exit_cb); [all...] |
| /src/external/mit/libuv/dist/include/ |
| uv.h | 1060 uv_exit_cb exit_cb; /* Called after the process exits. */ member in struct:uv_process_options_s 1165 uv_exit_cb exit_cb; member in struct:uv_process_s
|