Home
last modified time | relevance | path

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

/GUIX-v6.4.1/common/src/
Dgx_system_timer_update.c78 GX_TIMER *current_timer; in _gx_system_timer_update() local
86 current_timer = _gx_system_active_timer_list; in _gx_system_timer_update() local
90 while (current_timer) in _gx_system_timer_update()
92 next_timer = current_timer -> gx_timer_next; in _gx_system_timer_update()
95 if (current_timer -> gx_timer_initial_ticks > ticks) in _gx_system_timer_update()
98 current_timer -> gx_timer_initial_ticks -= ticks; in _gx_system_timer_update()
103 timer_owner = current_timer -> gx_timer_owner; in _gx_system_timer_update()
104 timer_id = current_timer -> gx_timer_id; in _gx_system_timer_update()
108 if (current_timer -> gx_timer_reschedule_ticks > 0) in _gx_system_timer_update()
111current_timer -> gx_timer_initial_ticks = current_timer -> gx_timer_reschedule_ticks; in _gx_system_timer_update()
[all …]