Home
last modified time | relevance | path

Searched refs:__spu_timers_handled (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dspu_timer_slih.c196 active->next = __spu_timers_handled; in spu_clock_slih()
197 __spu_timers_handled = active; in spu_clock_slih()
204 while ((handled = __spu_timers_handled) != NULL) in spu_clock_slih()
206 __spu_timers_handled = handled->next; in spu_clock_slih()
Dspu_timer_stop.c63 ? __spu_timers_active : __spu_timers_handled; in spu_timer_stop()
66 ? &__spu_timers_active : &__spu_timers_handled; in spu_timer_stop()
Dspu_clock_stop.c50 if (__spu_clock_startcnt == 1 && (__spu_timers_active || __spu_timers_handled)) in spu_clock_stop()
Dspu_timer_svcs.c45 spu_timer_t *__spu_timers_handled; variable
Dspu_timer_internal.h114 extern spu_timer_t *__spu_timers_handled;