未验证 提交 490b513f 编写于 作者: O openharmony_ci 提交者: Gitee

!14904 process模块的tid的实际含义为:当前线程【monthly_20221018】

Merge pull request !14904 from jwx1068251/monthly_20221018
......@@ -25,7 +25,7 @@ import process from '@ohos.process';
| groups | number[] | 是 | 否 | 带有补充组id的数组。<br>**系统接口:** 此接口为系统接口。<br>此接口仅用于对应用的测试。 |
| pid | number | 是 | 否 | 当前进程的pid。 |
| ppid | number | 是 | 否 | 当前进程的父进程的pid。<br>**系统接口:** 此接口为系统接口。<br>此接口仅用于对应用的测试。 |
| tid<sup>8+</sup> | number | 是 | 否 | 当前程的tid。 |
| tid<sup>8+</sup> | number | 是 | 否 | 当前线程的tid。 |
## EventListener
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册