Searched refs:UV_INHERIT_FD (Results 1 – 11 of 11) sorted by relevance
34 child_stdio[2].flags = UV_INHERIT_FD; in main()
337 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL()391 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL()393 options.stdio[2].flags = UV_INHERIT_FD; in TEST_IMPL()453 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL()455 options.stdio[2].flags = UV_INHERIT_FD; in TEST_IMPL()530 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL()532 options.stdio[2].flags = UV_INHERIT_FD; in TEST_IMPL()715 options.stdio[0].flags = UV_INHERIT_FD; in TEST_IMPL()717 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL()719 options.stdio[2].flags = UV_INHERIT_FD; in TEST_IMPL()[all …]
138 options.stdio[2].flags = UV_INHERIT_FD; in test_stdio_over_pipes()
312 stdio[1].flags = UV_INHERIT_FD; in spawn_helper()314 stdio[2].flags = UV_INHERIT_FD; in spawn_helper()
208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | in uv__stdio_create()256 case UV_INHERIT_FD: { in uv__stdio_create()
1028 if (options->stdio[i].flags & UV_INHERIT_FD) in uv_spawn()
192 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()205 case UV_INHERIT_FD: in uv__process_init_stdio()207 if (container->flags & UV_INHERIT_FD) in uv__process_init_stdio()1066 if (options->stdio[i].flags & (UV_INHERIT_FD | UV_INHERIT_STREAM)) in uv_spawn()
82 child_stdio[2].flags = UV_INHERIT_FD; in setup_workers()
143 UV_INHERIT_FD = 0x02,
205 Since we want to pass on an existing descriptor, we'll use ``UV_INHERIT_FD``.
1017 UV_INHERIT_FD = 0x02, enumerator
Completed in 29 milliseconds