Changeset 34b6a7b6 for tests/concurrent/channels
- Timestamp:
- Apr 3, 2023, 4:48:47 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1dfc3d0, e8b1f23c
- Parents:
- fa6ca1a (diff), 1689ecf (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
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/churn.cfa
rfa6ca1a r34b6a7b6 3 3 #include <stdio.h> 4 4 #include <string.h> 5 #include "channel.hfa"5 #include <channel.hfa> 6 6 #include <thread.hfa> 7 7 #include <time.hfa> 8 #include <stats.hfa> 8 9 9 size_t Processors = 1, Channels = 4, Producers = 2, Consumers = 2, ChannelSize = 128; 10 10
Note:
See TracChangeset
for help on using the changeset viewer.