Ignore:
Timestamp:
Oct 31, 2025, 11:56:32 AM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b6de35e
Parents:
1034059
Message:

update barrier tests for updated barrier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/barrier/generation.cfa

    r1034059 rf5856ecd  
    2020unsigned NUM_LAPS = 53;
    2121
    22 #include <concurrency/barrier.hfa>
     22#include <barrier.hfa>
    2323#include <fstream.hfa>
    2424#include <mutex_stmt.hfa>
     
    4545
    4646                        // Block on the barrier
    47                         block(bar);
     47                        block( bar );
    4848                }
    4949}
Note: See TracChangeset for help on using the changeset viewer.