Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/locality.cfa

    rb6460bf rc4241b6  
    88
    99// ==================================================
    10 thread MyThread {
     10thread __attribute__((aligned(128))) MyThread {
    1111        struct MyData * volatile data;
    1212
     
    3535
    3636// ==================================================
    37 struct MyData {
     37struct __attribute__((aligned(128))) MyData {
    3838        uint64_t _p1[16];  // padding
    3939        uint64_t * data;
     
    7171// Atomic object where a single thread can wait
    7272// May exchanges data
    73 struct MySpot {
     73struct __attribute__((aligned(128))) MySpot {
    7474        MyThread * volatile ptr;
    7575        size_t id;
Note: See TracChangeset for help on using the changeset viewer.