Ignore:
Timestamp:
Oct 28, 2022, 5:30:57 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
f1f481a
Parents:
be5f0a5
Message:

Renamed ready-queue link fields to rdy_link

File:
1 edited

Legend:

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

    rbe5f0a5 r15c93d8  
    159159                // Link lists fields
    160160                // instrusive link field for threads
    161                 struct __thread_desc_link link;
     161                struct __thread_desc_link rdy_link;
    162162
    163163                // current execution status for coroutine
Note: See TracChangeset for help on using the changeset viewer.