Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dfibers.h52 typedef void (*fiber_function_t)(int, int); typedef
58 fiber_init (fiber_t *fiber, fiber_function_t start_function, void *arg,
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dfibers.c70 fiber_init (fiber_t *fiber, fiber_function_t start_function, void *arg, in fiber_init()