Home
last modified time | relevance | path

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

/third_party/libuv/test/
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-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() argument
H A Dtest-ipc.c89 static void exit_cb(uv_process_t* process, in exit_cb() function
H A Dtest-spawn.c66 static void exit_cb(uv_process_t* process, in exit_cb() function
159 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options() argument
[all...]
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c503 const char *exit_cb = NULL; in main() local
/third_party/libuv/include/
H A Duv.h1034 uv_exit_cb exit_cb; /* Called after the process exits. */ member
1139 uv_exit_cb exit_cb; member
/third_party/libuv/include/uv_ndk/
H A Duv.h962 uv_exit_cb exit_cb; /* Called after the process exits. */ member
1060 uv_exit_cb exit_cb; member
/third_party/node/deps/uv/include/
H A Duv.h976 uv_exit_cb exit_cb; /* Called after the process exits. */ member
1074 uv_exit_cb exit_cb; member

Completed in 14 milliseconds