Changeset 441a6a7


Ignore:
Timestamp:
Dec 14, 2022, 2:25:00 PM (17 months ago)
Author:
caparson <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
1ab773e0
Parents:
2dcd80a
Message:

added/fixed lock tests

Location:
tests/unified_locking
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/unified_locking/locks.cfa

    r2dcd80a r441a6a7  
    114114                }else{
    115115                        notify_one(f_c_f);
    116                         unlock(f);
    117                 }
     116                }
     117                unlock(f);
    118118        }
    119119}
Note: See TracChangeset for help on using the changeset viewer.