Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_timer_change.c72 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.3.0/common/src/
Dtxe_timer_change.c79 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_timer_change.c79 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1538 #define tx_timer_change _txe_timer_change
1855 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1441 #define tx_timer_change _txe_timer_change
1850 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2746 return_value = (ALIGN_TYPE) _txe_timer_change( in _txm_module_manager_tx_timer_change_dispatch()