54#ifndef L4UTIL_THREAD_FUNC
71#define __L4UTIL_THREAD_FUNC(name) void L4_NORETURN name(void)
72#define L4UTIL_THREAD_FUNC(name) __L4UTIL_THREAD_FUNC(name)
73#define __L4UTIL_THREAD_STATIC_FUNC(name) static L4_NORETURN void name(void)
74#define L4UTIL_THREAD_STATIC_FUNC(name) __L4UTIL_THREAD_STATIC_FUNC(name)
L4 compiler related defines.
unsigned long l4_umword_t
Unsigned machine word.
unsigned long l4_cap_idx_t
Capability selector type.
struct l4_utcb_t l4_utcb_t
Opaque type for the UTCB.
#define L4_CV
Define calling convention.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
#define L4_BEGIN_DECLS
Start section with C types and functions.
#define L4_END_DECLS
End section with C types and functions.
Common L4 ABI Data Types.
Scheduler object functions.