- File:
-
- 1 edited
-
tests/concurrent/channels/parallel_harness.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
rb3d794fc rce44c5f 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.