Summary
- formatting (details)
- new version of barrier lock (details)
- add shadow variable to thread structure (details)
- change counters from ssize_t to size_t (details)
- rename private variable with trailing $ (details)
- rename private variable with trailing $, and restructure lock (details)
- add "clear" function to strstring (details)
- update barrier tests for updated barrier (details)
| The file was modified | libcfa/src/bits/defs.hfa |
| The file was modified | libcfa/src/concurrency/barrier.hfa |
| The file was modified | libcfa/src/concurrency/invoke.h |
| The file was modified | libcfa/src/concurrency/barrier.hfa |
| The file was modified | libcfa/src/concurrency/invoke.h |
| The file was modified | libcfa/src/concurrency/locks.hfa |
| The file was modified | libcfa/src/concurrency/locks.cfa |
| The file was modified | libcfa/src/strstream.cfa |
| The file was modified | libcfa/src/strstream.hfa |
| The file was modified | tests/concurrency/once.cfa |
| The file was modified | tests/concurrency/barrier/last.cfa |
| The file was modified | tests/concurrency/readyQ/barrier_sleeper.cfa |
| The file was modified | tests/io/comp_fair.cfa |
| The file was modified | tests/concurrency/futures/select_future.cfa |
| The file was modified | tests/io/comp_basic.cfa |
| The file was modified | tests/concurrency/barrier/order.cfa |
| The file was modified | tests/concurrency/barrier/generation.cfa |