Ignore:
Timestamp:
Mar 26, 2021, 5:58:45 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f4ec5e45
Parents:
cd26abf
Message:

Threads can now be queued onto the lock-free queues directly.

File:
1 edited

Legend:

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

    rcd26abf rd3314ae  
    225225
    226226                static inline $thread * volatile & ?`next ( $thread * this )  __attribute__((const)) {
    227                         return this->seqable.back;
     227                        return this->seqable.next;
    228228                }
    229229
Note: See TracChangeset for help on using the changeset viewer.