Changeset b72bc043
- Timestamp:
- Apr 7, 2020, 4:46:19 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 27273f9, 2ad74d8
- Parents:
- 8f6ea08 (diff), e1056381 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests/concurrent
- Files:
-
- 2 edited
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.