Changes in src/tests/monitor.c [17af7d1:cb0e6de]
- File:
-
- 1 edited
-
src/tests/monitor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/monitor.c
r17af7d1 rcb0e6de 36 36 37 37 void ?{}( MyThread * this ) {} 38 void ^?{}( MyThread * mutex this ) {} 38 39 39 40 void main( MyThread* this ) { 40 for(int i = 0; i < 1 000000; i++) {41 for(int i = 0; i < 1_000_000; i++) { 41 42 increment( &global ); 42 43 }
Note:
See TracChangeset
for help on using the changeset viewer.