Changeset 5e0b6657 for tests/concurrency/barrier/generation.cfa
- Timestamp:
- Dec 8, 2025, 11:29:33 AM (3 months ago)
- 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. - File:
-
- 1 edited
-
tests/concurrency/barrier/generation.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/barrier/generation.cfa
r8f448e0 r5e0b6657 20 20 unsigned NUM_LAPS = 53; 21 21 22 #include < concurrency/barrier.hfa>22 #include <barrier.hfa> 23 23 #include <fstream.hfa> 24 24 #include <mutex_stmt.hfa> … … 45 45 46 46 // Block on the barrier 47 block( bar);47 block( bar ); 48 48 } 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.