Ignore:
Timestamp:
Mar 29, 2026, 9:52:51 PM (8 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e6e250d
Parents:
00675ed4
Message:

2nd attempt at harmonizing isOp functions, e.g., isEmpty, to C/C++ form empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.cfa

    r00675ed4 r81ab5eb  
    1010// Created On       : Tue Jan 17 12:27:26 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Apr 25 07:02:42 2025
    13 // Update Count     : 82
     12// Last Modified On : Sun Mar 29 21:20:54 2026
     13// Update Count     : 83
    1414//
    1515
     
    785785                        // update the pointer to the head wait context
    786786                        struct __fd_waitctx * wctx = 0;
    787                         if ( ! isEmpty( this.idles )) wctx = &first( this. idles ).idle_wctx;
     787                        if ( ! empty( this.idles )) wctx = &first( this. idles ).idle_wctx;
    788788                        __atomic_store_n(&this.fdw, wctx, __ATOMIC_SEQ_CST);
    789789                }
Note: See TracChangeset for help on using the changeset viewer.