Searched defs:ucp (Results 1 – 8 of 8) sorted by relevance
/stdlib/ |
A D | setcontext.c | 22 setcontext (const ucontext_t *ucp) in setcontext()
|
A D | getcontext.c | 22 getcontext (ucontext_t *ucp) in getcontext()
|
A D | swapcontext.c | 22 swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in swapcontext()
|
A D | makecontext.c | 22 makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in makecontext()
|
A D | tst-swapcontext1.c | 34 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 D | tst-makecontext2.c | 25 ucontext_t ucp, ucp2; variable
|
A D | tst-makecontext.c | 27 ucontext_t ucp; variable
|
A D | tst-makecontext-align.c | 140 static ucontext_t ucp; variable
|
Completed in 14 milliseconds