20l4_atomic_add(
volatile long int* mem,
long int offset)
L4_NOTHROW L4_LONG_CALL;
23l4_atomic_xchg(
volatile long int* mem,
long int newval)
L4_NOTHROW L4_LONG_CALL;
26l4_atomic_cmpxchg(
volatile long int* mem,
long int oldval,
long int newval)
L4_NOTHROW L4_LONG_CALL;
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
#define __BEGIN_DECLS
Start section with C types and functions.