source: tests/concurrency/channels/zero_size.cfa @ d464b79

Last change on this file since d464b79 was c26bea2a, checked in by Peter A. Buhr <pabuhr@…>, 13 months ago

first attempt at renaming directory tests/concurrent to tests/concurrency to harmonize with other concurrency directory names

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