Searched refs:_txe_timer_change (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_timer_change.c | 71 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/ |
D | txe_timer_change.c | 78 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/ |
D | txe_timer_change.c | 78 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/ |
D | tx_api.h | 1543 #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/ |
D | tx_api.h | 1446 #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/ |
D | txm_module_manager_dispatch.h | 2745 return_value = (ALIGN_TYPE) _txe_timer_change( in _txm_module_manager_tx_timer_change_dispatch()
|