- File:
-
- 1 edited
-
tests/concurrency/channels/barrier.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/channels/barrier.cfa
rd96f7c4 r50be8af5 66 66 if ( strcmp( argv[2], "d" ) != 0 ) { // default ? 67 67 BarrierSize = ato( argv[2] ); 68 if ( Processors < 1 ) fallthr oughdefault;68 if ( Processors < 1 ) fallthru default; 69 69 } // if 70 70 case 2: 71 71 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? 72 72 Processors = ato( argv[1] ); 73 if ( Processors < 1 ) fallthr oughdefault;73 if ( Processors < 1 ) fallthru default; 74 74 } // if 75 75 case 1: // use defaults
Note:
See TracChangeset
for help on using the changeset viewer.