- File:
-
- 1 edited
-
tests/concurrency/channels/contend.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/channels/contend.cfa
rd96f7c4 r50be8af5 128 128 if ( strcmp( argv[2], "d" ) != 0 ) { // default ? 129 129 ChannelSize = ato( argv[2] ); 130 if ( ChannelSize < 1 ) fallthr oughdefault;130 if ( ChannelSize < 1 ) fallthru default; 131 131 } // if 132 132 case 2: 133 133 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? 134 134 Processors = ato( argv[1] ); 135 if ( Processors < 1 ) fallthr oughdefault;135 if ( Processors < 1 ) fallthru default; 136 136 } // if 137 137 case 1: // use defaults
Note:
See TracChangeset
for help on using the changeset viewer.