16 #ifndef __UTIL_INCLUDE_ARCH_X86_L4API_L4F_SETJMP_H_ 17 #define __UTIL_INCLUDE_ARCH_X86_L4API_L4F_SETJMP_H_ 33 } l4_thread_jmp_buf_s;
34 typedef int l4_thread_jmp_buf[
sizeof(l4_thread_jmp_buf_s)/
sizeof(
l4_umword_t)];
37 l4_thread_jmp_buf_s s;
38 l4_thread_jmp_buf raw;
39 } l4_thread_jmp_buf_u;
Common L4 ABI Data Types.
#define EXTERN_C_END
End section with C types and functions.
L4 compiler related defines.
int l4_thread_setjmp(l4_thread_jmp_buf env)
inter-thread setjmp
unsigned long l4_umword_t
Unsigned machine word.
#define EXTERN_C_BEGIN
Start section with C types and functions.
void l4_thread_longjmp(l4_threadid_t thread, l4_thread_jmp_buf env, int val)
inter-thread longjmp