Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Drunner.c150 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 Dprocesses.rst9 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 Dbasics.rst7 networking support, asynchronous file system access, child processes and more.
H A Dfilesystem.rst219 pipes. This is covered in :doc:`processes`. The ``uv_pipe_open()`` call
/libuv/docs/src/
H A Dguide.rst19 guide/processes
H A Dpipe.rst26 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 Dindex.rst33 * Child processes
H A Dtcp.rst30 * This allows completely duplicate bindings by multiple processes
124 connections across all listening sockets in multiple processes or threads.
H A Dprocess.rst218 the child processes uses the MSVCRT runtime.
246 inherited from its parent. The effect is that child processes spawned by
H A Dtty.rst79 affecting other processes that share the tty.
H A Dudp.rst42 * 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 Dmisc.rst397 are available for threads or child processes.
/libuv/
H A DREADME.md26 * Child processes
H A DLICENSE-docs373 processes of any jurisdiction or authority.
H A DChangeLog3381 * 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