Home
last modified time | relevance | path

Searched defs:ucp (Results 1 – 8 of 8) sorted by relevance

/stdlib/
A Dsetcontext.c22 setcontext (const ucontext_t *ucp) in setcontext()
A Dgetcontext.c22 getcontext (ucontext_t *ucp) in getcontext()
A Dswapcontext.c22 swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in swapcontext()
A Dmakecontext.c22 makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in makecontext()
A Dtst-swapcontext1.c34 func4(ucontext_t *uocp, ucontext_t *ucp, const char *str, const char *fmt) in func4()
44 func3(ucontext_t *uocp, ucontext_t *ucp, const char *str, const char *fmt) in func3()
A Dtst-makecontext2.c25 ucontext_t ucp, ucp2; variable
A Dtst-makecontext.c27 ucontext_t ucp; variable
A Dtst-makecontext-align.c140 static ucontext_t ucp; variable

Completed in 14 milliseconds