Ignore:
Timestamp:
Dec 8, 2025, 11:29:33 AM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
79ba50c
Parents:
8f448e0 (diff), 79ec8c3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'refs/remotes/origin/master'

File:
1 edited

Legend:

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

    r8f448e0 r5e0b6657  
    1010// Created On       : Fri Apr 01 11:39:09 2022
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Nov 10 11:22:56 2024
    13 // Update Count     : 20
     12// Last Modified On : Mon Oct 27 22:44:36 2025
     13// Update Count     : 22
    1414//
    1515
     
    2424
    2525volatile unsigned generation = 0;                                               // count laps
    26 void last() {
     26void last( ... ) {
    2727        generation += 1;                                                                        // last thread at barrier advances
    2828}
Note: See TracChangeset for help on using the changeset viewer.