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