source: tests/concurrent/channels/zero_size.cfa @ 2cc969c

ADTast-experimental
Last change on this file since 2cc969c was cca034e, checked in by caparsons <caparson@…>, 18 months ago

added another channel test and refactored the existing one to reuse code

  • Property mode set to 100644
File size: 203 bytes
Line 
1#include "parallel_harness.cfa"
2
3size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 0;
4
5int main() {
6    test(Processors, Channels, Producers, Consumers, ChannelSize);
7}
Note: See TracBrowser for help on using the repository browser.