Changeset 3531e09


Ignore:
Timestamp:
Apr 15, 2021, 4:03:33 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e0d6748
Parents:
78d6c803
Message:

Forgot one snzi instance

File:
1 edited

Legend:

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

    r78d6c803 r3531e09  
    144144void  ?{}(__intrusive_lane_t & this);
    145145void ^?{}(__intrusive_lane_t & this);
    146 
    147 // Counter used for wether or not the lanes are all empty
    148 struct __attribute__((aligned(128))) __snzi_node_t;
    149 struct __snzi_t {
    150         unsigned mask;
    151         int root;
    152         __snzi_node_t * nodes;
    153 };
    154 
    155 void  ?{}( __snzi_t & this, unsigned depth );
    156 void ^?{}( __snzi_t & this );
    157146
    158147//TODO adjust cache size to ARCHITECTURE
Note: See TracChangeset for help on using the changeset viewer.