Ignore:
Timestamp:
Oct 28, 2022, 5:22:32 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
15c93d8
Parents:
13edbac
Message:

Changed monitors to use the user_link instead of the ready_link

File:
1 edited

Legend:

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

    r13edbac rbe5f0a5  
    232232
    233233                static inline thread$ *& get_next( thread$ & this ) __attribute__((const)) {
    234                         return this.link.next;
     234                        return this.user_link.next;
    235235                }
    236236
Note: See TracChangeset for help on using the changeset viewer.