Lines Matching refs:uc_co
98 static ucontext_t uc_main, uc_co; variable
128 if (swapcontext (&uc_co, &uc_main)) in prepare_test_buffer()
187 if (swapcontext (&uc_co, &uc_main)) in test_coroutine()
274 if (swapcontext (&uc_main, &uc_co)) in test_loop()
277 if (swapcontext (&uc_main, &uc_co)) in test_loop()
283 if (swapcontext (&uc_main, &uc_co)) in test_loop()
307 if (getcontext (&uc_co)) in do_test()
312 uc_co.uc_stack.ss_sp = co_stack_buffer; in do_test()
313 uc_co.uc_stack.ss_size = co_stack_size; in do_test()
314 uc_co.uc_link = &uc_main; in do_test()
315 makecontext (&uc_co, test_coroutine, 0); in do_test()