Home
last modified time | relevance | path

Searched refs:created (Results 1 – 13 of 13) sorted by relevance

/libuv/docs/src/
H A Dtcp.rst55 Initialize the handle. No socket is created as of yet.
60 of the `flags` parameter are used as the socket domain. A socket will be created
61 for the given domain. If the specified domain is ``AF_UNSPEC`` no socket is created,
H A Dprocess.rst73 * Hide the subprocess window that would normally be created. This option is
78 * Hide the subprocess console window that would normally be created. This
84 * Hide the subprocess GUI window that would normally be created. This
H A Dloop.rst210 loop created in the parent process that you plan to continue to
219 process instead of reusing a loop created in the parent. New loops
220 created in the child process after the fork should not use this
H A Dfs_poll.rst26 not called again until something changes (e.g. when the file is created
H A Dfs.rst277 …Equivalent to :man:`mkstemp(3)`. The created file path can be found as a null terminated string at…
400 If the destination path is created, but an error occurs while copying
453 be created:
457 * ``UV_FS_SYMLINK_JUNCTION``: request that the symlink is created
478 … - Paths in ramdisk volumes created by tools which sidestep the Volume Manager (such as ImDisk)
572 The file is created if it does not already exist.
H A Dsignal.rst32 * Watchers for other signals can be successfully created, but these signals
H A Dudp.rst159 Initialize a new UDP handle. The actual socket is created lazily.
165 parameter are used as the socket domain. A socket will be created for the given domain.
166 If the specified domain is ``AF_UNSPEC`` no socket is created, just like :c:func:`uv_udp_init`.
461 Returns 1 if the UDP handle was created with the `UV_UDP_RECVMMSG` flag
H A Dmigration_010_100.rst15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
/libuv/docs/src/guide/
H A Dprocesses.rst261 A parent and child can have one or two way communication over a pipe created by
311 We name the socket ``echo.sock`` which means it will be created in the local
H A Dutilities.rst85 the JS API. A ``uv_handle_t`` (the superclass of all watchers) is created per
/libuv/src/win/
H A Dfs.c2507 int created = 0; in fs__create_junction() local
2625 created = 1; in fs__create_junction()
2668 if (created) { in fs__create_junction()
/libuv/
H A DLICENSE-docs157 all media and formats whether now known or hereafter created,
H A DChangeLog2917 * win: allow directory symlinks to be created in a non-elevated context (Bert
4198 * win,pipe: properly close when created from CRT fd (Bert Belder)
4204 * win,tty: properly close when created from CRT fd (Bert Belder)
4867 * ignore: include m4 files which are created manually (Recep ASLANTAS)
5767 limit on the maximum number of file watchers that can be created on OS X.
5788 limit on the maximum number of file watchers that can be created on OS X.

Completed in 41 milliseconds