Searched refs:makecontext (Results 1 – 16 of 16) sorted by relevance
/stdlib/ |
A D | makecontext.c | 22 makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in makecontext() function 28 stub_warning (makecontext)
|
A D | tst-makecontext-align.c | 153 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 D | ucontext.h | 51 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
|
A D | tst-setcontext9.c | 71 makecontext (&ctx[2], (void (*) (void)) f1b, 0); in f1a() 111 makecontext (&ctx[1], (void (*) (void)) f1a, 0); in do_test()
|
A D | tst-swapcontext1.c | 85 makecontext(&uctx_func1, func1, 0); in do_test() 92 makecontext(&uctx_func2, func2, 0); in do_test()
|
A D | tst-setcontext6.c | 68 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
|
A D | tst-makecontext2.c | 63 makecontext (&ucp, (void (*) (void)) cf, 2, 78, 274); in do_test()
|
A D | tst-setcontext5.c | 82 makecontext (&ctx[1], (void (*) (void)) f3, 0); in do_test()
|
A D | tst-setcontext8.c | 73 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
|
A D | tst-setcontext.c | 185 makecontext (&ctx[1], (void (*) (void)) f1, 4, 1, 2, 3, -4); in main() 203 makecontext (&ctx[2], f2, 0); in main()
|
A D | tst-setcontext7.c | 78 makecontext (&ctx[1], (void (*) (void)) f1, 0); in do_test()
|
A D | tst-makecontext.c | 100 makecontext (&ucp, (void (*) (void)) cf, 1, somevar - 2); in do_test()
|
A D | tst-setcontext3.c | 118 makecontext (&ctx, cf, 0); in do_test()
|
A D | tst-makecontext3.c | 148 makecontext (&ctx[1], (void (*) (void)) f1, 33, in main() 196 makecontext (&ctx[2], f2, 0); in main()
|
A D | Makefile | 59 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 D | Versions | 82 makecontext;
|
Completed in 21 milliseconds