Ignore:
Timestamp:
Apr 25, 2025, 7:39:09 AM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
65bd3c2
Parents:
b195498
Message:

change backquote call to regular call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    rb195498 r6b33e89  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug 30 21:27:51 2023
    13 // Update Count     : 60
     12// Last Modified On : Wed Apr 23 15:27:18 2025
     13// Update Count     : 61
    1414//
    1515
     
    259259        }
    260260
    261                 static inline thread$ * volatile & ?`next ( thread$ * this ) {
     261                static inline thread$ * volatile & next( thread$ * this ) {
    262262                        return this->user_link.next;
    263263                }
Note: See TracChangeset for help on using the changeset viewer.