Home
last modified time | relevance | path

Searched refs:spu_timer_alloc (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/include/
Dspu_timer.h46 extern int spu_timer_alloc (int interval, void (*func) (int));
/picolibc-latest/newlib/libc/machine/spu/
Dspu_timer_svcs.c60 spu_timer_alloc (int interval, void (*func) (int)) in spu_timer_alloc() function
Dspu-gmon.c326 timer_id = spu_timer_alloc (spu_timebase () / SAMPLE_INTERVAL, __sample); in __monstartup()