Ignore:
File:
1 edited

Legend:

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

    re873838 re235429  
    3535        extern "Cforall" {
    3636                extern __attribute__((aligned(128))) thread_local struct KernelThreadData {
    37                         struct $thread          * volatile this_thread;
    38                         struct processor        * volatile this_processor;
    39                         struct __processor_id_t * volatile this_proc_id;
    40                         struct __stats_t        * volatile this_stats;
     37                        struct $thread    * volatile this_thread;
     38                        struct processor  * volatile this_processor;
     39                        struct __stats_t  * volatile this_stats;
    4140
    4241                        struct {
Note: See TracChangeset for help on using the changeset viewer.