Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dfibers.c120 current_fiber->status = FIBER_STATUS_EXITED; in fiber_exit()
135 if (fiber->status != FIBER_STATUS_EXITED) in fiber_join()
138 while (fiber->status != FIBER_STATUS_EXITED) in fiber_join()
170 if (current_fiber->status == FIBER_STATUS_EXITED) in fiber_yield()
178 && next_ready_fiber->status == FIBER_STATUS_EXITED); in fiber_yield()
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dfibers.h36 FIBER_STATUS_EXITED, enumerator