- Timestamp:
- Feb 25, 2023, 6:45:40 PM (21 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- d964c39
- Parents:
- 640b3df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
r640b3df 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.