Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-swapcontext1.c23 static ucontext_t uctx_main, uctx_func1, uctx_func2; variable
58 func3( &uctx_func1, &uctx_main, str1, fmt1); in func1()
69 func3(&uctx_func2, &uctx_main, str2, fmt2); in func2()
84 uctx_func1.uc_link = &uctx_main; in do_test()
96 if (swapcontext(&uctx_main, &uctx_func1) == -1) in do_test()
99 if (swapcontext(&uctx_main, &uctx_func2) == -1) in do_test()