Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r0cf5b79 rd8548e2  
    1919
    2020#include "invoke.h"
     21#include "bits/cfatime.h"
    2122
    2223extern "C" {
     
    4849
    4950        // Preemption rate on this cluster
    50         unsigned long long int preemption;
     51        __cfa_time_t preemption_rate;
    5152};
     53
     54extern __cfa_time_t default_preemption();
    5255
    5356void ?{} (cluster & this);
     
    108111#ifdef __CFA_DEBUG__
    109112        // Last function to enable preemption on this processor
    110         char * last_enable;
     113        const char * last_enable;
    111114#endif
    112115};
Note: See TracChangeset for help on using the changeset viewer.