Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_timer_stop.c89 search = _gx_system_active_timer_list; in _gx_system_timer_stop()
108 _gx_system_active_timer_list = search -> gx_timer_next; in _gx_system_timer_stop()
140 if (_gx_system_active_timer_list == GX_NULL && in _gx_system_timer_stop()
Dgx_system_timer_start.c105 found = _gx_system_active_timer_list; in _gx_system_timer_start()
141 found -> gx_timer_next = _gx_system_active_timer_list; in _gx_system_timer_start()
142 _gx_system_active_timer_list = found; in _gx_system_timer_start()
Dgx_system_timer_expiration.c85 if (_gx_system_active_timer_list == GX_NULL && in _gx_system_timer_expiration()
Dgxe_system_timer_stop.c87 next = _gx_system_active_timer_list; in _gxe_system_timer_stop()
Dgx_animation_stop.c97 if ((_gx_system_active_timer_list == NULL) && (_gx_system_animation_list == NULL)) in _gx_animation_stop()
Dgx_system_timer_update.c87 current_timer = _gx_system_active_timer_list; in _gx_system_timer_update()
Dgx_system_initialize.c189 _gx_system_active_timer_list = GX_NULL; in _gx_system_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h283 SYSTEM_DECLARE GX_TIMER *_gx_system_active_timer_list; variable