/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_info_get.c | 83 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 131 if (preemption_threshold != TX_NULL) in _tx_thread_info_get() 134 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
|
D | txe_thread_info_get.c | 85 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 111 … status = _tx_thread_info_get(thread_ptr, name, state, run_count, priority, preemption_threshold, in _txe_thread_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_thread_info_get.c | 83 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 131 if (preemption_threshold != TX_NULL) in _tx_thread_info_get() 134 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
|
D | txe_thread_info_get.c | 85 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 111 … status = _tx_thread_info_get(thread_ptr, name, state, run_count, priority, preemption_threshold, in _txe_thread_info_get()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_info_get.c | 78 …CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption_threshold, ULONG *tim… in _txe_thread_info_get() argument 87 extra_parameters[3] = (ALIGN_TYPE) preemption_threshold; in _txe_thread_info_get()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_information_test.c | 59 UINT preemption_threshold; in thread_0_entry() local 85 …thread_info_get(&thread_0, &name, &state, &run_count, &priority, &preemption_threshold, &time_slic… in thread_0_entry() 88 …(run_count != thread_0.tx_thread_run_count) || (priority != 16) || (preemption_threshold != 16) || in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_thread_information_test.c | 59 UINT preemption_threshold; in thread_0_entry() local 85 …thread_info_get(&thread_0, &name, &state, &run_count, &priority, &preemption_threshold, &time_slic… in thread_0_entry() 88 …(run_count != thread_0.tx_thread_run_count) || (priority != 16) || (preemption_threshold != 16) || in thread_0_entry()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1758 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1794 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1816 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1785 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1821 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|