Ignore:
Timestamp:
May 3, 2021, 5:04:05 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:
9fa538c
Parents:
eeb9f9f
Message:

More clean-up after new subqueue

File:
1 edited

Legend:

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

    reeb9f9f rd3ba775  
    154154                struct __stack_context_t context;
    155155
     156                // Link lists fields
     157                // instrusive link field for threads
     158                struct __thread_desc_link link;
     159
    156160                // current execution status for coroutine
    157161                // Possible values are:
     
    168172                struct cluster * curr_cluster;
    169173
    170                 // Link lists fields
    171                 // instrusive link field for threads
    172                 struct __thread_desc_link link;
     174                // preferred ready-queue
     175                unsigned preferred;
    173176
    174177                // coroutine body used to store context
Note: See TracChangeset for help on using the changeset viewer.