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

update barrier tests for updated barrier

File:
1 edited

Legend:

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

    r1034059 rf5856ecd  
    1717// function is called at the appropriate time.
    1818
    19 #include <concurrency/barrier.hfa>
     19#include <barrier.hfa>
    2020#include <fstream.hfa>
    2121#include <mutex_stmt.hfa>
     
    3434volatile unsigned validate_calls = 0;
    3535
    36 void validate() {
     36void validate(...) {
    3737        unsigned vc = validate_calls;
    3838        unsigned expected = generation[0];
Note: See TracChangeset for help on using the changeset viewer.