Ignore:
Timestamp:
Sep 17, 2025, 11:31:12 AM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a8079351
Parents:
96aca388
Message:

fix symbolic links from concurrent to concurrency in longrun_tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • longrun_tests/locks.cfa

    r96aca388 r295ed2d1  
    77
    88multiple_acquisition_lock m;
    9 condition_variable( multiple_acquisition_lock ) c_m;
     9cond_lock( multiple_acquisition_lock ) c_m;
    1010
    1111single_acquisition_lock s;
    12 condition_variable( single_acquisition_lock ) c_s;
     12cond_lock( single_acquisition_lock ) c_s;
    1313
    1414owner_lock o;
    15 condition_variable( owner_lock ) c_o;
     15cond_lock( owner_lock ) c_o;
    1616
    1717thread T_C_M_WS1 {};
Note: See TracChangeset for help on using the changeset viewer.