Lines Matching refs:on
45 Flags to be set on the flags field of :c:type:`uv_process_options_t`.
61 * only meaningful on Windows systems. On Unix it is silently ignored.
68 * parent's event loop alive unless the parent process calls uv_unref() on
74 * only meaningful on Windows systems. On Unix it is silently ignored.
79 * option is only meaningful on Windows systems. On Unix it is silently
85 * option is only meaningful on Windows systems. On Unix it is silently
193 ``UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS`` flag on :c:enum:`uv_process_flags`.
227 This is not supported on Windows, :c:func:`uv_spawn` will fail and set the error
236 Union containing either the `stream` or `fd` to be passed on to the child
253 This function works on a best-effort basis: there is no guarantee that libuv can discover
254 all file descriptors that were inherited. In general it does a better job on Windows than
255 it does on Unix.
278 on :c:ref:`signal` for signal support, specially on Windows.
283 on :c:ref:`signal` for signal support, specially on Windows.