Changeset d923fca for tests/concurrency/channels/contend.cfa
- Timestamp:
- Feb 18, 2025, 12:54:23 PM (6 weeks ago)
- Branches:
- master
- Children:
- 8705a11
- Parents:
- 3e5fea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/concurrency/channels/contend.cfa ¶
r3e5fea2 rd923fca 130 130 if ( ChannelSize < 1 ) fallthrough default; 131 131 } // if 132 fallthrough; 132 133 case 2: 133 134 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? … … 135 136 if ( Processors < 1 ) fallthrough default; 136 137 } // if 138 fallthrough; 137 139 case 1: // use defaults 138 140 break;
Note: See TracChangeset
for help on using the changeset viewer.