HomeSort by: relevance | last modified time | path
    Searched defs:ucontext32_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/sys/
ucontext.h 39 typedef struct __ucontext32 ucontext32_t; typedef in typeref:struct:__ucontext32
53 __CTASSERT(sizeof(ucontext32_t) == __UCONTEXT32_SIZE);
58 void getucontext32(struct lwp *, ucontext32_t *);
59 int setucontext32(struct lwp *, const ucontext32_t *);

Completed in 23 milliseconds