Home
last modified time | relevance | path

Searched refs:uv_exit_cb (Results 1 - 5 of 5) sorted by relevance

/third_party/libuv/test/
H A Dtest-stdio-over-pipes.c63 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options()
H A Dtest-spawn.c159 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options()
/third_party/libuv/include/
H A Duv.h353 typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal); typedef
1034 uv_exit_cb exit_cb; /* Called after the process exits. */
1139 uv_exit_cb exit_cb;
/third_party/libuv/include/uv_ndk/
H A Duv.h328 typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal); typedef
962 uv_exit_cb exit_cb; /* Called after the process exits. */
1060 uv_exit_cb exit_cb;
/third_party/node/deps/uv/include/
H A Duv.h330 typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal); typedef
976 uv_exit_cb exit_cb; /* Called after the process exits. */
1074 uv_exit_cb exit_cb;

Completed in 12 milliseconds