Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_timer_change.c71 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.4.1/common/src/
Dtxe_timer_change.c78 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_timer_change.c78 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1543 #define tx_timer_change _txe_timer_change
1860 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1446 #define tx_timer_change _txe_timer_change
1855 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2745 return_value = (ALIGN_TYPE) _txe_timer_change( in _txm_module_manager_tx_timer_change_dispatch()