Changeset d923fca for tests/concurrency/channels/pub_sub.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/pub_sub.cfa ¶
r3e5fea2 rd923fca 90 90 if ( Tasks < 1 ) fallthrough default; 91 91 } // if 92 fallthrough; 92 93 case 2: 93 94 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? … … 95 96 if ( Processors < 1 ) fallthrough default; 96 97 } // if 98 fallthrough; 97 99 case 1: // use defaults 98 100 break;
Note: See TracChangeset
for help on using the changeset viewer.