Searched refs:uc_co (Results 1 – 1 of 1) sorted by relevance
98 static ucontext_t uc_main, uc_co; variable128 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()[all …]
Completed in 5 milliseconds