Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed May 22, 2024
1 parent 9e9f2bb commit 221bc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labs/0x05/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ pub fn sys_sem(args: &SyscallArgs, context: &mut ProcessContext) {

- 在每个线程生产或消费的时候,输出相关的信息。

你可能需要使用信号量或自选锁来实现一个互斥锁,保证操作和信息输出之间不会被打断。
你可能需要使用信号量或旋锁来实现一个互斥锁,保证操作和信息输出之间不会被打断。

- 在生产者和消费者完成上述操作后,使用 `sys_exit(0)` 直接退出。

Expand Down

0 comments on commit 221bc15

Please sign in to comment.