Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/mutexstmt/locks.cfa

    raf67ee1 rbbe3719  
    44const unsigned int num_times = 10000;
    55
    6 owner_lock m1, m2, m3, m4, m5;
     6single_acquisition_lock m1, m2, m3, m4, m5;
    77
    88thread T_Mutex {};
     
    6565        printf("Start Test: single lock mutual exclusion\n");
    6666        {
    67                 T_Mutex t[1];
     67                T_Mutex t[10];
    6868        }
    6969        printf("End Test: single lock mutual exclusion\n");
Note: See TracChangeset for help on using the changeset viewer.