Ignore:
File:
1 edited

Legend:

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

    r2856982c r878cfcc  
    196196
    197197                // used to put threads on dlist data structure
    198                 __cfa_dlink1(thread$) user_link;
     198                __cfa_dlink(thread$);
    199199
    200200                struct {
     
    218218                #endif
    219219        };
    220 
     220        #ifdef __cforall
     221                P9_EMBEDDED( thread$, dlink(thread$) )
     222        #endif
    221223        // Wrapper for gdb
    222224        struct cfathread_thread_t { struct thread$ debug; };
     
    239241                }
    240242
    241                 static inline tytagref( dlink(thread$), dlink(thread$) ) ?`inner( thread$ & this ) {
    242                         dlink(thread$) & b = this.user_link;
    243                         tytagref( dlink(thread$), dlink(thread$) ) result = { b };
    244                         return result;
    245                 }
    246 
    247243                static inline void ?{}(__monitor_group_t & this) {
    248244                        (this.data){0p};
Note: See TracChangeset for help on using the changeset viewer.