- Timestamp:
- Sep 3, 2021, 9:52:04 AM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 65502d8
- Parents:
- 0a55a53
- File:
- 
      - 1 edited
 
 - 
          
  tests/concurrent/mutexstmt/locks.cfa (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tests/concurrent/mutexstmt/locks.cfar0a55a53 rbbe3719 4 4 const unsigned int num_times = 10000; 5 5 6 owner_lock m1, m2, m3, m4, m5;6 single_acquisition_lock m1, m2, m3, m4, m5; 7 7 8 8 thread T_Mutex {}; … … 65 65 printf("Start Test: single lock mutual exclusion\n"); 66 66 { 67 T_Mutex t[1 ];67 T_Mutex t[10]; 68 68 } 69 69 printf("End Test: single lock mutual exclusion\n"); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  