Changeset dbd47d6 for tests/concurrent/channels
- Timestamp:
- Jan 10, 2023, 1:02:41 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 2c8c314, b49310f
- Parents:
- 53ef99a
- Location:
- tests/concurrent/channels
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/big_elems.cfa
r53ef99a rdbd47d6 1 1 #define BIG 1 2 #include "parallel_harness. cfa"2 #include "parallel_harness.hfa" 3 3 4 4 size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128; -
tests/concurrent/channels/zero_size.cfa
r53ef99a rdbd47d6 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.