Ignore:
File:
1 edited

Legend:

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

    re84ab3d r12daa43  
    115115        // it is not a particularly safe scheme as it can make processors less homogeneous
    116116        struct {
    117                 thread$ * thrd;
     117                $thread * thrd;
    118118        } init;
    119119
     
    215215        // List of threads
    216216        __spinlock_t thread_list_lock;
    217         __dllist_t(struct thread$) threads;
     217        __dllist_t(struct $thread) threads;
    218218        unsigned int nthreads;
    219219
Note: See TracChangeset for help on using the changeset viewer.