Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Oct 24, 2023
1 parent 3b74745 commit 6be3d5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ windows dispatcher 객체의 signaled 상태와 nonsignaled 상태의 차이점
> _nonsignaled_
> 스레드들이 대기하도록 만듭니다.
##
## 7.6

7.6 val이 Linux 시스템에서 원자적 정수라고 가정하자. 다음 연산이 완료된 후 val 값은 무엇인가?
val이 Linux 시스템에서 원자적 정수라고 가정하자. 다음 연산이 완료된 후 val 값은 무엇인가?

```c
atomic_set(&val, 10);
Expand Down

0 comments on commit 6be3d5f

Please sign in to comment.