Skip to content

Commit 5a07f1c

Browse files
committed
ci: generate pages at 36184e6 [ci skip]
1 parent 36184e6 commit 5a07f1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ch16-03-shared-state.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h3><a class="header" href="#ミューテックスを使用して一度に1つ
207207
<p>ミューテックスは、どんな時も1つのスレッドにしかなんらかのデータへのアクセスを許可しないというように、
208208
&quot;mutual exclusion&quot;(相互排他)の省略形です。ミューテックスにあるデータにアクセスするには、
209209
ミューテックスのロックを所望することでアクセスしたいことをまず、スレッドは通知しなければなりません。
210-
ロックとは、現在誰がデータへの排他的アクセスを行なっているかを追跡するミューテックの一部をなすデータ構造です
210+
ロックとは、現在誰がデータへの排他的アクセスを行なっているかを追跡するミューテックスの一部をなすデータ構造です
211211
故に、ミューテックスはロックシステム経由で保持しているデータを<em>死守する</em>(guarding)と解説されます。</p>
212212
<!--
213213
Mutexes have a reputation for being difficult to use because you have to

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30806,7 +30806,7 @@ <h3><a class="header" href="#ミューテックスを使用して一度に1つ
3080630806
<p>ミューテックスは、どんな時も1つのスレッドにしかなんらかのデータへのアクセスを許可しないというように、
3080730807
&quot;mutual exclusion&quot;(相互排他)の省略形です。ミューテックスにあるデータにアクセスするには、
3080830808
ミューテックスのロックを所望することでアクセスしたいことをまず、スレッドは通知しなければなりません。
30809-
ロックとは、現在誰がデータへの排他的アクセスを行なっているかを追跡するミューテックの一部をなすデータ構造です
30809+
ロックとは、現在誰がデータへの排他的アクセスを行なっているかを追跡するミューテックスの一部をなすデータ構造です
3081030810
故に、ミューテックスはロックシステム経由で保持しているデータを<em>死守する</em>(guarding)と解説されます。</p>
3081130811
<!--
3081230812
Mutexes have a reputation for being difficult to use because you have to

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)