Searched defs:mdb_context (Results 1 – 1 of 1) sorted by relevance
43 struct mdb_context { struct44 int (*ctx_func)(void); /* pointer to start function */45 int ctx_status; /* return status of ctx_func */46 int ctx_resumes; /* count of context resume calls */47 size_t ctx_stacksize; /* size of stack in bytes */48 void *ctx_stack; /* stack base address */49 ucontext_t ctx_uc; /* user context structure */50 jmp_buf ctx_pcb; /* control block for resume */