Home
last modified time | relevance | path

Searched refs:makecontext (Results 1 – 16 of 16) sorted by relevance

/stdlib/
A Dmakecontext.c22 makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in makecontext() function
28 stub_warning (makecontext)
A Dtst-makecontext-align.c153 makecontext (&ucp, (void *) callback_0, 0); in invoke_callback_0()
171 makecontext (&ucp, (void *) callback_1, 1, 101); in invoke_callback_1()
190 makecontext (&ucp, (void *) callback_2, 2, 201, 202); in invoke_callback_2()
210 makecontext (&ucp, (void *) callback_3, 3, 301, 302, 303); in invoke_callback_3()
A Ducontext.h51 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
A Dtst-setcontext9.c71 makecontext (&ctx[2], (void (*) (void)) f1b, 0); in f1a()
111 makecontext (&ctx[1], (void (*) (void)) f1a, 0); in do_test()
A Dtst-swapcontext1.c85 makecontext(&uctx_func1, func1, 0); in do_test()
92 makecontext(&uctx_func2, func2, 0); in do_test()
A Dtst-setcontext6.c68 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
A Dtst-makecontext2.c63 makecontext (&ucp, (void (*) (void)) cf, 2, 78, 274); in do_test()
A Dtst-setcontext5.c82 makecontext (&ctx[1], (void (*) (void)) f3, 0); in do_test()
A Dtst-setcontext8.c73 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
A Dtst-setcontext.c185 makecontext (&ctx[1], (void (*) (void)) f1, 4, 1, 2, 3, -4); in main()
203 makecontext (&ctx[2], f2, 0); in main()
A Dtst-setcontext7.c78 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
A Dtst-makecontext.c100 makecontext (&ucp, (void (*) (void)) cf, 1, somevar - 2); in do_test()
A Dtst-setcontext3.c118 makecontext (&ctx, cf, 0); in do_test()
A Dtst-makecontext3.c148 makecontext (&ctx[1], (void (*) (void)) f1, 33, in main()
196 makecontext (&ctx[2], f2, 0); in main()
A DMakefile59 getcontext setcontext makecontext swapcontext
74 tst-rand48-2 tst-makecontext tst-strtod5 \
87 tst-makecontext-align test-bz22786 tst-strtod-nan-sign \
163 CFLAGS-tst-makecontext.c += -funwind-tables
A DVersions82 makecontext;

Completed in 21 milliseconds