Skip to content

Commit f648324

Browse files
committed
update sc
1 parent d5e335c commit f648324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scheduler.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ runtime.gcenable --> main.init
752752
main.init --> main.main
753753
```
754754

755+
**主线程也是需要和 p 绑定来运行的**,绑定过程在 procresize 中。
756+
755757
### sysmon 线程
756758

757759
sysmon 是在 `runtime.main` 中启动的,不过需要注意的是 sysmon 并不是在 m0 上执行的。因为:

0 commit comments

Comments
 (0)