Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 19 of 19) sorted by relevance

/stdlib/
A Dgetcontext.c22 getcontext (ucontext_t *ucp) in getcontext() function
29 stub_warning (getcontext)
A Dtst-setcontext6.c34 if (getcontext (&ctx[2]) != 0) in f1()
55 if (getcontext (&ctx[0]) != 0) in do_test()
60 if (getcontext (&ctx[1]) != 0) in do_test()
A Dtst-setcontext8.c45 if (getcontext (&ctx[2]) != 0) in f1()
60 if (getcontext (&ctx[0]) != 0) in do_test()
65 if (getcontext (&ctx[1]) != 0) in do_test()
A Dtst-setcontext7.c34 if (getcontext (&ctx[2]) != 0) in f1()
65 if (getcontext (&ctx[0]) != 0) in do_test()
70 if (getcontext (&ctx[1]) != 0) in do_test()
A Dtst-setcontext9.c63 if (getcontext (&ctx[2]) != 0) in f1a()
98 if (getcontext (&ctx[0]) != 0) in do_test()
103 if (getcontext (&ctx[1]) != 0) in do_test()
A Dtst-setcontext5.c69 if (getcontext (&ctx[0]) != 0) in do_test()
74 if (getcontext (&ctx[1]) != 0) in do_test()
A Ducontext.h34 extern int getcontext (ucontext_t *__ucp) __THROWNL;
A Dtst-setcontext.c86 getcontext (&uc); in test_stack()
153 if (getcontext (&ctx[1]) != 0) in main()
195 if (getcontext (&ctx[2]) != 0) in main()
A Dtst-swapcontext1.c80 if (getcontext(&uctx_func1) == -1) in do_test()
87 if (getcontext(&uctx_func2) == -1) in do_test()
A Dbug-getcontext.c43 status = getcontext(&ctx); in do_test()
A Dtst-makecontext2.c48 if (getcontext (&ucp) != 0) in do_test()
A Dtst-makecontext3.c126 if (getcontext (&ctx[0]) != 0) in main()
138 if (getcontext (&ctx[1]) != 0) in main()
188 if (getcontext (&ctx[2]) != 0) in main()
A Dtst-makecontext.c85 if (getcontext (&ucp) != 0) in do_test()
A Dtst-setcontext3.c102 if (getcontext (&ctx) != 0) in do_test()
A Dtst-setcontext4.c108 if (getcontext (&ctx) != 0) in do_test()
A Dtst-setcontext2.c108 if (getcontext (&ctx) != 0) in do_test()
A Dtst-makecontext-align.c224 if (getcontext (&ucp) != 0) in do_test()
A DVersions79 getcontext;
A DMakefile59 getcontext setcontext makecontext swapcontext
76 tst-makecontext3 bug-getcontext bug-fmtmsg1 \
224 $(objpfx)bug-getcontext: $(libm)

Completed in 27 milliseconds