Changeset 1f951abd for tests/concurrent/channels/parallel_harness.hfa
- Timestamp:
- Mar 2, 2023, 2:09:58 PM (21 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 397c4392
- Parents:
- 8bb46d2 (diff), 997324c (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
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
r8bb46d2 r1f951abd 139 139 while( cons_done_count != Consumers * Channels ) { 140 140 for ( i; Channels ) { 141 if ( has_wait ing_consumers( channels[i] ) ){141 if ( has_waiters( channels[i] ) ){ 142 142 #ifdef BIG 143 143 bigObject b{0};
Note: See TracChangeset
for help on using the changeset viewer.