Ignore:
Timestamp:
Mar 29, 2026, 11:03:25 PM (8 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c1f17aa
Parents:
81ab5eb
Message:

3rd attempt at harmonizing isOp functions, e.g., isListed, isFirst, isLast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/locks.hfa

    r81ab5eb re6e250d  
    1111// Created On       : Thu Jan 21 19:46:50 2021
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Sun Nov 23 22:38:45 2025
    14 // Update Count     : 67
     13// Last Modified On : Sun Mar 29 22:46:39 2026
     14// Update Count     : 68
    1515//
    1616
     
    645645static inline bool unregister_select$( simple_owner_lock & this, select_node & node ) with( this ) {
    646646        lock( lock __cfaabi_dbg_ctx2 );
    647         if ( isListed( node ) ) {
     647        if ( listed( node ) ) {
    648648                remove( node );
    649649                unlock( lock );
Note: See TracChangeset for help on using the changeset viewer.