Ignore:
Timestamp:
May 12, 2020, 4:26:07 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2f1cb37, 9da5a50
Parents:
4fa44e7
Message:

Several fixes to relaxed_ready queue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r4fa44e7 r1b143de  
    166166                struct $thread * next;
    167167                struct $thread * prev;
    168                 unsigned long long ts;
     168                volatile unsigned long long ts;
    169169        };
    170170
Note: See TracChangeset for help on using the changeset viewer.