Changeset 8fcf921 for tests/concurrent/channels/zero_size.cfa
- Timestamp:
- Jan 11, 2023, 1:37:18 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 862658a, 8bb86ce
- Parents:
- 9749d2fa (diff), 2c8c314 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/concurrent/channels/zero_size.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/zero_size.cfa
r9749d2fa r8fcf921 1 #include "parallel_harness. cfa"1 #include "parallel_harness.hfa" 2 2 3 3 size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 0;
Note:
See TracChangeset
for help on using the changeset viewer.