Changeset 7768b8d for libcfa/prelude


Ignore:
Timestamp:
Nov 26, 2019, 3:19:20 PM (5 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:
30763fd
Parents:
21184e3
Message:

First step at adding the new ready queue to Cforall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/sync-builtins.cf

    r21184e3 r7768b8d  
    436436#endif
    437437
     438_Bool __atomic_exchange_n(volatile _Bool *, _Bool, int);
     439_Bool __atomic_exchange_1(volatile _Bool *, _Bool, int);
     440void __atomic_exchange(volatile _Bool *, volatile _Bool *, volatile _Bool *, int);
    438441char __atomic_exchange_n(volatile char *, char, int);
    439442char __atomic_exchange_1(volatile char *, char, int);
Note: See TracChangeset for help on using the changeset viewer.