Changeset 10b5970 for tests/concurrency/examples
- Timestamp:
- Jan 7, 2025, 3:22:19 PM (13 days ago)
- Branches:
- master
- Children:
- 190a833
- Parents:
- 70670e7
- Location:
- tests/concurrency/examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/examples/boundedBufferEXT.cfa
r70670e7 r10b5970 94 94 Buffer(int) buffer; 95 95 int sums[Cons]; 96 int i;97 96 processor p; 98 97 -
tests/concurrency/examples/boundedBufferINT.cfa
r70670e7 r10b5970 94 94 Consumer * cons[Cons]; 95 95 int sums[Cons]; 96 int i;97 96 processor p; 98 97
Note: See TracChangeset
for help on using the changeset viewer.