Ignore:
File:
1 edited

Legend:

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

    rd3ba775 r89eff25  
    146146        struct __thread_desc_link {
    147147                struct $thread * next;
     148                struct $thread * prev;
    148149                volatile unsigned long long ts;
     150                unsigned preferred;
    149151        };
    150152
     
    153155                // context that is switch during a __cfactx_switch
    154156                struct __stack_context_t context;
    155 
    156                 // Link lists fields
    157                 // instrusive link field for threads
    158                 struct __thread_desc_link link;
    159157
    160158                // current execution status for coroutine
     
    172170                struct cluster * curr_cluster;
    173171
    174                 // preferred ready-queue
    175                 unsigned preferred;
     172                // Link lists fields
     173                // instrusive link field for threads
     174                struct __thread_desc_link link;
    176175
    177176                // coroutine body used to store context
Note: See TracChangeset for help on using the changeset viewer.