Skip to content
Success

Changes

Summary

  1. formatting (details)
  2. new version of barrier lock (details)
  3. add shadow variable to thread structure (details)
  4. change counters from ssize_t to size_t (details)
  5. rename private variable with trailing $ (details)
  6. rename private variable with trailing $, and restructure lock (details)
  7. add "clear" function to strstring (details)
  8. update barrier tests for updated barrier (details)
Commit 8920c6d6516dfdb2b438c5bbeab987605938d4f2 by pabuhr
formatting
The file was modifiedlibcfa/src/bits/defs.hfa
Commit c4e3b507a575bb222beb88b33ef155097fb9af74 by pabuhr
new version of barrier lock
The file was modifiedlibcfa/src/concurrency/barrier.hfa
Commit b14d0d97d7448d4f6762bcd6cd74d1947a4fc4e3 by pabuhr
add shadow variable to thread structure
The file was modifiedlibcfa/src/concurrency/invoke.h
Commit 95a082418df05bb66bbcfe8aaa0ccdd35dc051cb by pabuhr
change counters from ssize_t to size_t
The file was modifiedlibcfa/src/concurrency/barrier.hfa
Commit 14a51d3104b5022bc886f4bc8e602e7c8f568565 by pabuhr
rename private variable with trailing $
The file was modifiedlibcfa/src/concurrency/invoke.h
Commit 95330c335047f8584d6529b923b2a80afc78698f by pabuhr
rename private variable with trailing $, and restructure lock
The file was modifiedlibcfa/src/concurrency/locks.hfa
The file was modifiedlibcfa/src/concurrency/locks.cfa
Commit 10340596e53755190e6a931c0561a473e62697ec by pabuhr
add "clear" function to strstring
The file was modifiedlibcfa/src/strstream.cfa
The file was modifiedlibcfa/src/strstream.hfa
Commit f5856ecdac84d5be49dc1daf391d628ff6fcd826 by pabuhr
update barrier tests for updated barrier
The file was modifiedtests/concurrency/once.cfa
The file was modifiedtests/concurrency/barrier/last.cfa
The file was modifiedtests/concurrency/readyQ/barrier_sleeper.cfa
The file was modifiedtests/io/comp_fair.cfa
The file was modifiedtests/concurrency/futures/select_future.cfa
The file was modifiedtests/io/comp_basic.cfa
The file was modifiedtests/concurrency/barrier/order.cfa
The file was modifiedtests/concurrency/barrier/generation.cfa