Searched refs:processes (Results 1 – 15 of 15) sorted by relevance
/libuv/test/ |
H A D | runner.c | 150 process_info_t processes[1024]; in run_test() local 190 &processes[process_count], in run_test() 214 &processes[process_count], in run_test() 223 main_proc = &processes[process_count]; in run_test() 279 process_terminate(&processes[i]); in run_test() 297 switch (process_output_size(&processes[i])) { in run_test() 300 process_get_name(&processes[i])); in run_test() 306 process_get_name(&processes[i])); in run_test() 313 process_copy_output(&processes[i], stdout); in run_test() 333 process_copy_output(&processes[i], stdout); in run_test() [all …]
|
/libuv/docs/src/guide/ |
H A D | processes.rst | 9 such a case, a process often uses multiple child processes to achieve tasks 18 workaround can be to launch multiple processes instead, with each process 22 Spawning child processes 102 Detaching processes 106 child processes which are independent of the parent so that the parent exiting 119 Sending signals to processes 129 For processes started using libuv, you may use ``uv_process_kill`` instead, 254 is great. Just be warned that creating processes is a costly task. 278 This is intended for the purpose of allowing multiple libuv processes to 331 between processes by sending them over a domain socket. This allows processes [all …]
|
H A D | basics.rst | 7 networking support, asynchronous file system access, child processes and more.
|
H A D | filesystem.rst | 219 pipes. This is covered in :doc:`processes`. The ``uv_pipe_open()`` call
|
/libuv/docs/src/ |
H A D | guide.rst | 19 guide/processes
|
H A D | pipe.rst | 26 Whether this pipe is suitable for handle passing between processes. 39 this pipe will be used for handle passing between processes (which may 159 Alters pipe permissions, allowing it to be accessed from processes run by
|
H A D | index.rst | 33 * Child processes
|
H A D | tcp.rst | 30 * This allows completely duplicate bindings by multiple processes 124 connections across all listening sockets in multiple processes or threads.
|
H A D | process.rst | 218 the child processes uses the MSVCRT runtime. 246 inherited from its parent. The effect is that child processes spawned by
|
H A D | tty.rst | 79 affecting other processes that share the tty.
|
H A D | udp.rst | 42 * processes can bind to the same address without error (provided 70 * processes that are binding to the same address and port "share" 72 * the receiving sockets among threads or processes.
|
H A D | misc.rst | 397 are available for threads or child processes.
|
/libuv/ |
H A D | README.md | 26 * Child processes
|
H A D | LICENSE-docs | 373 processes of any jurisdiction or authority.
|
H A D | ChangeLog | 3381 * win: avoid leaking pipe handles to child processes (Jameson Nash) 6147 * windows: kill child processes when the parent dies (Bert Belder) 6168 * windows: kill child processes when the parent dies (Bert Belder)
|
Completed in 33 milliseconds