53#ifndef L4UTIL_THREAD_FUNC
70#define __L4UTIL_THREAD_FUNC(name) void L4_NORETURN name(void)
71#define L4UTIL_THREAD_FUNC(name) __L4UTIL_THREAD_FUNC(name)
72#define __L4UTIL_THREAD_STATIC_FUNC(name) static L4_NORETURN void name(void)
73#define L4UTIL_THREAD_STATIC_FUNC(name) __L4UTIL_THREAD_STATIC_FUNC(name)
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 __END_DECLS
End section with C types and functions.
#define L4_CV
Define calling convention.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
#define __BEGIN_DECLS
Start section with C types and functions.
Common L4 ABI Data Types.
Scheduler object functions.