Go to the source code of this file.
Data Structures | |
| struct | l4_thread_jmp_buf_s |
| union | l4_thread_jmp_buf_u |
Typedefs | |
| typedef int | l4_thread_jmp_buf [sizeof(l4_thread_jmp_buf_s)/sizeof(l4_umword_t)] |
Functions | |
| L4_CV int | l4_thread_setjmp (l4_thread_jmp_buf env) |
| L4_CV void | l4_thread_longjmp (l4_threadid_t thread, l4_thread_jmp_buf env, int val) |
| inter-thread longjmp | |
Definition in file ARCH-amd64/L4API-l4v2/setjmp.h.
| L4_CV void l4_thread_longjmp | ( | l4_threadid_t | thread, | |
| l4_thread_jmp_buf | env, | |||
| int | val | |||
| ) |
inter-thread longjmp
| thread | thread to apply the longjmp to | |
| env | jump buffer | |
| val | 0: setjmp returns with 1 | |
| val | !0: return value of setjmp |