Home
last modified time | relevance | path

Searched refs:swapcontext (Results 1 – 12 of 12) sorted by relevance

/stdlib/
A Dswapcontext.c22 swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() function
29 stub_warning (swapcontext)
A Dtst-swapcontext1.c37 if (swapcontext(uocp, ucp) == -1) in func4()
96 if (swapcontext(&uctx_main, &uctx_func1) == -1) in do_test()
99 if (swapcontext(&uctx_main, &uctx_func2) == -1) in do_test()
A Dtst-setcontext7.c51 if (swapcontext (&ctx[4], &ctx[2]) != 0) in f1()
80 if (swapcontext (&ctx[3], &ctx[1]) != 0) in do_test()
A Ducontext.h41 extern int swapcontext (ucontext_t *__restrict __oucp,
A Dtst-setcontext9.c34 if (swapcontext (&ctx[4], &ctx[2]) != 0) in f2()
113 if (swapcontext (&ctx[3], &ctx[1]) != 0) in do_test()
A Dtst-setcontext.c44 if (swapcontext (&ctx[1], &ctx[2]) != 0) in f1()
67 if (swapcontext (&ctx[2], &ctx[1]) != 0) in f2()
206 if (swapcontext (&ctx[0], &ctx[2]) != 0) in main()
A Dtst-makecontext2.c64 if (swapcontext (&ucp2, &ucp) != 0) in do_test()
A Dtst-makecontext3.c78 if (flag && swapcontext (&ctx[1], &ctx[2]) != 0) in f1()
92 if (swapcontext (&ctx[2], &ctx[1]) != 0) in f2()
199 if (swapcontext (&ctx[0], &ctx[2]) != 0) in main()
A Dtst-setcontext4.c175 if (swapcontext (&oldctx, &ctx) != 0) in do_test()
A Dtst-setcontext2.c175 if (swapcontext (&oldctx, &ctx) != 0) in do_test()
A DVersions85 strtoimax; strtoumax; swapcontext;
A DMakefile59 getcontext setcontext makecontext swapcontext

Completed in 21 milliseconds