Home
last modified time | relevance | path

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

/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h327 } TX_TIMER; typedef
1182 …reate(t,n,e,i,c,r,a) _txr_timer_create((t),(n),(e),(i),(c),(r),(a),(sizeof(TX_TIMER)))
1293 …reate(t,n,e,i,c,r,a) _txe_timer_create((t),(n),(e),(i),(c),(r),(a),(sizeof(TX_TIMER)))
1679 UINT _tx_timer_activate(TX_TIMER *timer_ptr);
1680 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1681 UINT _tx_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1684 UINT _tx_timer_deactivate(TX_TIMER *timer_ptr);
1685 UINT _tx_timer_delete(TX_TIMER *timer_ptr);
1686 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_tic…
1687 ULONG *reschedule_ticks, TX_TIMER **next_timer);
[all …]
/GUIX-v6.2.1/common/src/
Dgx_system_timer_start.c148 (ULONG *)TX_NULL, (ULONG *)TX_NULL, (TX_TIMER **)TX_NULL); in _gx_system_timer_start()
Dgx_animation_start.c197 (ULONG *)TX_NULL, (ULONG *)TX_NULL, (TX_TIMER **)TX_NULL); in _gx_animation_start()
/GUIX-v6.2.1/common/inc/
Dgx_system.h372 SYSTEM_DECLARE TX_TIMER _gx_system_timer;