Changes in / [b72bc043:8f6ea08]
- Location:
- tests/concurrent
- Files:
-
- 2 edited
-
.expect/monitor.txt (modified) (1 diff)
-
monitor.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/.expect/monitor.txt
rb72bc043 r8f6ea08 1 30000001 4000000 -
tests/concurrent/monitor.cfa
rb72bc043 r8f6ea08 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.