Changes in tests/concurrent/monitor.cfa [ed12051:107b01a]
- File:
-
- 1 edited
-
tests/concurrent/monitor.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/monitor.cfa
red12051 r107b01a 29 29 30 30 void main( MyThread & this ) { 31 for(int i = 0; i < 750_000; i++) {31 for(int i = 0; i < 1_000_000; i++) { 32 32 increment( global ); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.