Searched defs:options (Results 1 – 16 of 16) sorted by relevance
/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 18 def make_link_node(rawtext, app, name, manpage_num, options): argument 30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/libuv/src/unix/ |
H A D | process.c | 106 int options; in uv__wait_children() local 274 static void uv__process_child_init(const uv_process_options_t* options, in uv__process_child_init() 459 const uv_process_options_t* options) { in uv__spawn_set_posix_spawn_attrs() 531 const uv_process_options_t* options, in uv__spawn_set_posix_spawn_file_actions() 665 static int uv__spawn_resolve_and_spawn(const uv_process_options_t* options, in uv__spawn_resolve_and_spawn() 766 const uv_process_options_t* options, in uv__spawn_and_init_child_posix_spawn() 806 static int uv__spawn_and_init_child_fork(const uv_process_options_t* options, in uv__spawn_and_init_child_fork() 849 const uv_process_options_t* options, in uv__spawn_and_init_child() 955 const uv_process_options_t* options) { in uv_spawn()
|
/libuv/docs/code/detach/ |
H A D | main.c | 7 uv_process_options_t options; variable
|
/libuv/docs/code/spawn/ |
H A D | main.c | 8 uv_process_options_t options; variable
|
/libuv/docs/code/proc-streams/ |
H A D | main.c | 9 uv_process_options_t options; variable
|
/libuv/docs/code/cgi/ |
H A D | main.c | 9 uv_process_options_t options; variable
|
/libuv/test/ |
H A D | test-process-title.c | 87 uv_process_options_t options; in TEST_IMPL() local
|
H A D | benchmark-spawn.c | 33 static uv_process_options_t options; variable
|
H A D | test-stdio-over-pipes.c | 32 static uv_process_options_t options; variable
|
H A D | test-thread.c | 254 uv_thread_options_t options; in TEST_IMPL() local
|
H A D | test-ref.c | 403 uv_process_options_t options; in TEST_IMPL() local
|
H A D | test-ipc.c | 283 uv_process_options_t options; in spawn_helper() local
|
H A D | test-spawn.c | 48 static uv_process_options_t options; variable
|
/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 11 uv_process_options_t options; member
|
/libuv/src/win/ |
H A D | process-stdio.c | 170 const uv_process_options_t* options, in uv__stdio_create()
|
H A D | process.c | 892 const uv_process_options_t* options) { in uv_spawn()
|
Completed in 26 milliseconds