Mercurial > hg > Papers > 2018 > parusu-master
changeset 74:ba0d87600522
Fix
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 08 Feb 2018 22:38:31 +0900 |
parents | 44eeae638406 |
children | da3b145398a4 |
files | paper/master_paper.pdf paper/parallelism_gears.tex |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/parallelism_gears.tex Thu Feb 08 22:32:52 2018 +0900 +++ b/paper/parallelism_gears.tex Thu Feb 08 22:38:31 2018 +0900 @@ -229,7 +229,7 @@ Gears OS では複数の Task(Context) から同じ Output Data Gear を修正する場合がある。 その際に適切な同期処理を行わずそのまま実行すると Output Data Gear の整合性が取れない場合がある。 -そこで 複数のTask 間の同期処理 Semaphore を用意した。 +そこで 複数のTask 間の同期処理を行うために Semaphore の実装を行った。 Semaphore の Interface を \coderef{semaphoreInterface} に示す。 \lstinputlisting[caption=Semaphore Interface, label=code:semaphoreInterface]{./src/semaphoreInterface.h}