Searched refs:created (Results 1 – 13 of 13) sorted by relevance
55 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 created61 for the given domain. If the specified domain is ``AF_UNSPEC`` no socket is created,
73 * Hide the subprocess window that would normally be created. This option is78 * Hide the subprocess console window that would normally be created. This 84 * Hide the subprocess GUI window that would normally be created. This
210 loop created in the parent process that you plan to continue to219 process instead of reusing a loop created in the parent. New loops220 created in the child process after the fork should not use this
26 not called again until something changes (e.g. when the file is created
277 …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 copying453 be created:457 * ``UV_FS_SYMLINK_JUNCTION``: request that the symlink is created478 … - 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.
32 * Watchers for other signals can be successfully created, but these signals
159 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
15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
261 A parent and child can have one or two way communication over a pipe created by311 We name the socket ``echo.sock`` which means it will be created in the local
85 the JS API. A ``uv_handle_t`` (the superclass of all watchers) is created per
2507 int created = 0; in fs__create_junction() local2625 created = 1; in fs__create_junction()2668 if (created) { in fs__create_junction()
157 all media and formats whether now known or hereafter created,
2917 * win: allow directory symlinks to be created in a non-elevated context (Bert4198 * 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