Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    rd8548e2 r0cf5b79  
    1919
    2020#include "invoke.h"
    21 #include "bits/cfatime.h"
    2221
    2322extern "C" {
     
    4948
    5049        // Preemption rate on this cluster
    51         __cfa_time_t preemption_rate;
     50        unsigned long long int preemption;
    5251};
    53 
    54 extern __cfa_time_t default_preemption();
    5552
    5653void ?{} (cluster & this);
     
    111108#ifdef __CFA_DEBUG__
    112109        // Last function to enable preemption on this processor
    113         const char * last_enable;
     110        char * last_enable;
    114111#endif
    115112};
Note: See TracChangeset for help on using the changeset viewer.