Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c136 static int timer_id; variable
146 if (id != timer_id) in __sample()
231 spu_timer_stop (timer_id); in __mcleanup()
232 spu_timer_free (timer_id); in __mcleanup()
326 timer_id = spu_timer_alloc (spu_timebase () / SAMPLE_INTERVAL, __sample); in __monstartup()
328 spu_timer_start (timer_id); in __monstartup()