Ignore:
File:
1 edited

Legend:

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

    r1f45c7d re84ab3d  
    6767                unsigned target;
    6868                unsigned last;
    69                 unsigned cnt;
    7069                unsigned long long int cutoff;
    7170        } rdq;
     
    116115        // it is not a particularly safe scheme as it can make processors less homogeneous
    117116        struct {
    118                 $thread * thrd;
     117                thread$ * thrd;
    119118        } init;
    120119
     
    216215        // List of threads
    217216        __spinlock_t thread_list_lock;
    218         __dllist_t(struct $thread) threads;
     217        __dllist_t(struct thread$) threads;
    219218        unsigned int nthreads;
    220219
Note: See TracChangeset for help on using the changeset viewer.