Coda Distributed File System
|
Go to the source code of this file.
Classes | |
struct | lwp_ucontext |
Macros | |
#define | JMP_BUF jmp_buf |
#define | SETJMP(x, y) setjmp(x) |
#define | LONGJMP(x) longjmp(x, 1) |
#define | lwp_getcontext(ucp) |
Functions | |
int | lwp_setcontext (const struct lwp_ucontext *ucp) |
void | lwp_makecontext (struct lwp_ucontext *ucp, void(*func)(void *), void *arg) |
int | lwp_swapcontext (struct lwp_ucontext *oucp, const struct lwp_ucontext *ucp) |
#define JMP_BUF jmp_buf |
#define LONGJMP | ( | x | ) | longjmp(x, 1) |
#define lwp_getcontext | ( | ucp | ) |
#define SETJMP | ( | x, | |
y | |||
) | setjmp(x) |
void lwp_makecontext | ( | struct lwp_ucontext * | ucp, |
void(*)(void *) | func, | ||
void * | arg | ||
) |
int lwp_setcontext | ( | const struct lwp_ucontext * | ucp | ) |
int lwp_swapcontext | ( | struct lwp_ucontext * | oucp, |
const struct lwp_ucontext * | ucp | ||
) |