Changeset b49310f for tests/concurrent


Ignore:
Timestamp:
Jan 11, 2023, 1:43:24 PM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
862658a
Parents:
dbd47d6
Message:

fixed parameters for test to eliminate deadlock case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/zero_size.cfa

    rdbd47d6 rb49310f  
    11#include "parallel_harness.hfa"
    22
    3 size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 0;
     3size_t Processors = 10, Channels = 1, Producers = 10, Consumers = 10, ChannelSize = 0;
    44
    55int main() {
Note: See TracChangeset for help on using the changeset viewer.