Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    ra1a17a74 rde94a60  
    145145        __dllist_t(struct processor) idles;
    146146
    147         // List of processors
    148         __spinlock_t thread_list_lock;
    149         __dllist_t(struct thread_desc) threads;
    150 
    151147        // Link lists fields
    152148        struct {
Note: See TracChangeset for help on using the changeset viewer.