Searched refs:fiber_function_t (Results 1 – 2 of 2) sorted by relevance
52 typedef void (*fiber_function_t)(int, int); typedef58 fiber_init (fiber_t *fiber, fiber_function_t start_function, void *arg,
70 fiber_init (fiber_t *fiber, fiber_function_t start_function, void *arg, in fiber_init()