Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/locks.cfa

    r84f49be rebd1899  
    219219int main() {
    220220        processor p[2];
     221        wait( c_s, 1`ns );
    221222        printf("Start Test 1: multi acquisition lock and condition variable single wait/notify\n");
    222223        {
     
    280281        printf("Done Test 10\n");
    281282
    282         // removed to limit test duration. Full test is in long run tests
    283         // printf("Start Test 11: unlocked condition variable delay wait\n");
    284         // {
    285         //      T_C_NLWD t1;
    286         //      T_C_WDS t2;
    287         // }
    288         // printf("Done Test 11\n");
    289 
    290         // printf("Start Test 12: locked condition variable delay wait with unlocked signal\n");
    291         // {
    292         //      T_C_LWD t1;
    293         //      T_C_WDS t2;
    294         // }
    295         // printf("Done Test 12\n");
    296 
    297         // printf("Start Test 13: locked condition variable delay wait with locked signal\n");
    298         // {
    299         //      T_C_LWD t1;
    300         //      T_C_LWDS t2;
    301         // }
    302         // printf("Done Test 13\n");
    303 }
     283        printf("Start Test 11: unlocked condition variable delay wait\n");
     284        {
     285                T_C_NLWD t1;
     286                T_C_WDS t2;
     287        }
     288        printf("Done Test 11\n");
     289
     290        printf("Start Test 12: locked condition variable delay wait with unlocked signal\n");
     291        {
     292                T_C_LWD t1;
     293                T_C_WDS t2;
     294        }
     295        printf("Done Test 12\n");
     296
     297        printf("Start Test 13: locked condition variable delay wait with locked signal\n");
     298        {
     299                T_C_LWD t1;
     300                T_C_LWDS t2;
     301        }
     302        printf("Done Test 13\n");
     303}
Note: See TracChangeset for help on using the changeset viewer.