- Timestamp:
- Jan 10, 2023, 1:02:41 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 2c8c314, b49310f
- Parents:
- 53ef99a
- Location:
- tests
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r53ef99a rdbd47d6 88 88 io/.in/many_read.data \ 89 89 meta/fork+exec.hfa \ 90 unified_locking/mutex_test.hfa 90 concurrent/unified_locking/mutex_test.hfa \ 91 concurrent/channels/parallel_harness.hfa 91 92 92 93 dist-hook: -
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.