Searched refs:_tx_timer_change (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_timer_change.c | 75 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _tx_timer_change() function
|
| D | txe_timer_change.c | 120 status = _tx_timer_change(timer_ptr, initial_ticks, reschedule_ticks); in _txe_timer_change()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_timer_change.c | 75 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _tx_timer_change() function
|
| D | txe_timer_change.c | 120 status = _tx_timer_change(timer_ptr, initial_ticks, reschedule_ticks); in _txe_timer_change()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_timer_activate_deactivate_test.c | 126 status += _tx_timer_change(&test_app_timer, 0, 0); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_timer_activate_deactivate_test.c | 126 status += _tx_timer_change(&test_app_timer, 0, 0); in thread_0_entry()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1293 #define tx_timer_change _tx_timer_change 1834 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1207 #define tx_timer_change _tx_timer_change 1829 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
|