Console (控制台) Timer (定时器) application AccessibilityExtensionContext (辅助功能扩展上下文) 设备管理 @ohos.batteryInfo (电量信息) @ohos.deviceInfo (设备信息) @ohos.geoLocationManager (位置服务) @ohos.multimodalInput.inputDevice (输入设备) @ohos.multimodalInput.inputEvent (输入事件...
Makefile.am Makefile.mingw README.md android-configure autogen.sh checksparse.sh common.gypi configure.ac gyp_uv.py libuv.pc.in uv.gyp vcbuild.bat Breadcrumbs libuv /include / Latest commit saghul doc: fix parameter name in uv_fs_access ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
* Hide the subprocess console window that would normally be created. This * option is only meaningful on Windows systems. On Unix it is silently * ignored. */ UV_PROCESS_WINDOWS_HIDE = (1 << 4) }; /* * uv_process_t is a subclass of uv_handle_t. */ struct uv_process...
mingw-w64-pegtl mingw-w64-pelican mingw-w64-perl-digest-sha mingw-w64-perl-encode-compat mingw-w64-perl-file-which mingw-w64-perl-html-tagset mingw-w64-perl-io-string mingw-w64-perl-math-int64 mingw-w64-perl-mozilla-ca mingw-w64-perl-win32-api mingw-w64-perl-win32-con...
resized. When a libuv app is running under a console emulator, or when a 32-bit libuv app is running on 64-bit system, SIGWINCH will be emulated. In such cases SIGWINCH signals may not always be delivered in a timely manner. For a writable :c:type:`uv_tty_t` handle libuv will only...
Was this limited to sockets? This sounds like what I was reporting innodejs/node#11777quite a while ago, but I was reporting seeing high CPU that seemed to correlate with certain filesystem operations through libuv, such as fs.stat in Node, in my case. ...
{"sh","-c","echo echo",0};/* Create the event loop. */uv_loop_tloop;uv_loop_init(&loop);/* Create the child stdout pipe. */uv_filefd[2];uv_pipe(fd,0,0);uv_stdio_container_tstdio[3];stdio[0].flags=UV_INHERIT_FD;stdio[0].data.fd=0;stdio[1].flags=UV_INHERIT_FD;...
*/ UV_PROCESS_DETACHED = (1 << 3), /* * Hide the subprocess console window that would normally be created. This * option is only meaningful on Windows systems. On Unix it is silently * ignored. */ UV_PROCESS_WINDOWS_HIDE = (1 << 4) }; /* * uv_process_t is a subclass of ...