Changes
Page history
Add gettid.
authored
Jun 12, 2024
by
Huangzirui1206
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
90999b5c
...
...
@@ -27,6 +27,8 @@ int mkfifo(const char *path, int mode) {
}
;
```
> 写并行化的同学这个可以不用改
>
> 选择并行的同学,请记得加上`gettid`这个系统调用。
---
...
...
...
...