Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    re84ab3d r1f45c7d  
    6767                unsigned target;
    6868                unsigned last;
     69                unsigned cnt;
    6970                unsigned long long int cutoff;
    7071        } rdq;
     
    115116        // it is not a particularly safe scheme as it can make processors less homogeneous
    116117        struct {
    117                 thread$ * thrd;
     118                $thread * thrd;
    118119        } init;
    119120
     
    215216        // List of threads
    216217        __spinlock_t thread_list_lock;
    217         __dllist_t(struct thread$) threads;
     218        __dllist_t(struct $thread) threads;
    218219        unsigned int nthreads;
    219220
Note: See TracChangeset for help on using the changeset viewer.