Ignore:
Timestamp:
Aug 21, 2025, 11:14:05 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
31be464
Parents:
1324fde
Message:

change type name condition_variable to cond_lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/unified_locking/locks.cfa

    r1324fde r8dc8f68  
    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
    1717exp_backoff_then_block_lock l;
    18 condition_variable( exp_backoff_then_block_lock ) c_l;
     18cond_lock( exp_backoff_then_block_lock ) c_l;
    1919
    2020fast_block_lock f;
Note: See TracChangeset for help on using the changeset viewer.