未验证 提交 23b1db30 编写于 作者: O openharmony_ci 提交者: Gitee

!14912 process模块的tid的实际含义为:当前线程【3.1-Release】

Merge pull request !14912 from jwx1068251/OpenHarmony-3.1-Release
...@@ -24,7 +24,7 @@ import process from '@ohos.process'; ...@@ -24,7 +24,7 @@ import process from '@ohos.process';
| groups | number[] | 是 | 否 | 带有补充组id的数组。该接口为系统接口,三方应用不支持调用。 | | groups | number[] | 是 | 否 | 带有补充组id的数组。该接口为系统接口,三方应用不支持调用。 |
| pid | number | 是 | 否 | 当前进程的pid。 | | pid | number | 是 | 否 | 当前进程的pid。 |
| ppid | number | 是 | 否 | 当前进程的父进程的pid。该接口为系统接口,三方应用不支持调用。 | | ppid | number | 是 | 否 | 当前进程的父进程的pid。该接口为系统接口,三方应用不支持调用。 |
| tid<sup>8+</sup> | number | 是 | 否 | 当前程的tid。 | | tid<sup>8+</sup> | number | 是 | 否 | 当前线程的tid。 |
## ChildProcess ## ChildProcess
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册