Changes in / [8f6ea08:b72bc043]
- 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
r8f6ea08 rb72bc043 1 40000001 3000000 -
tests/concurrent/monitor.cfa
r8f6ea08 rb72bc043 29 29 30 30 void main( MyThread & this ) { 31 for(int i = 0; i < 1_000_000; i++) {31 for(int i = 0; i < 750_000; i++) { 32 32 increment( global ); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.