Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r14a61b5 rde6319f  
    5353        // Preemption rate on this cluster
    5454        Duration preemption_rate;
    55 
    56         // List of idle processors
    57         // __dllist_t(struct processor) idles;
    5855};
    5956
     
    127124        bool pending_preemption;
    128125
    129         struct {
    130                 pthread_mutex_t lock;
    131                 pthread_cond_t  cond;
    132         } idle;
    133 
    134126#ifdef __CFA_DEBUG__
    135127        // Last function to enable preemption on this processor
Note: See TracChangeset for help on using the changeset viewer.