Searched defs:reschedule_ticks (Results 1 – 17 of 17) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_timer_change.c | 74 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _tx_timer_change()
|
D | txe_timer_change.c | 78 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change()
|
D | txe_timer_info_get.c | 80 ULONG *reschedule_ticks, TX_TIMER **next_timer) in _txe_timer_info_get()
|
D | tx_timer_create.c | 78 ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate) in _tx_timer_create()
|
D | tx_timer_info_get.c | 79 ULONG *reschedule_ticks, TX_TIMER **next_timer) in _tx_timer_info_get()
|
D | txe_timer_create.c | 86 … ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate, UINT timer_control_block_size) in _txe_timer_create()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_timer_change.c | 74 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _tx_timer_change()
|
D | txe_timer_change.c | 78 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks) in _txe_timer_change()
|
D | txe_timer_info_get.c | 80 ULONG *reschedule_ticks, TX_TIMER **next_timer) in _txe_timer_info_get()
|
D | tx_timer_create.c | 79 ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate) in _tx_timer_create()
|
D | tx_timer_info_get.c | 79 ULONG *reschedule_ticks, TX_TIMER **next_timer) in _tx_timer_info_get()
|
D | txe_timer_create.c | 86 … ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate, UINT timer_control_block_size) in _txe_timer_create()
|
/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()
|
D | txm_timer_info_get.c | 74 …R *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, ULONG *reschedule_ticks, TX_TIMER… in _txe_timer_info_get()
|
D | txm_timer_create.c | 76 …n_function)(ULONG), ULONG expiration_input, ULONG initial_ticks, ULONG reschedule_ticks, UINT auto… in _txe_timer_create() argument
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_timer_information_test.c | 99 ULONG reschedule_ticks; in thread_0_entry() local
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_timer_information_test.c | 99 ULONG reschedule_ticks; in thread_0_entry() local
|