Changeset 8fcf921 for tests/concurrent
- 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. - Location:
- tests/concurrent/channels
- Files:
-
- 2 edited
- 1 moved
-
big_elems.cfa (modified) (1 diff)
-
parallel_harness.hfa (moved) (moved from tests/concurrent/channels/parallel_harness.cfa )
-
zero_size.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/big_elems.cfa
r9749d2fa r8fcf921 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
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.