Searched refs:preemption_threshold (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_info_get.c | 84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 132 if (preemption_threshold != TX_NULL) in _tx_thread_info_get() 135 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
|
| D | txe_thread_info_get.c | 86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 112 … status = _tx_thread_info_get(thread_ptr, name, state, run_count, priority, preemption_threshold, in _txe_thread_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_info_get.c | 84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 132 if (preemption_threshold != TX_NULL) in _tx_thread_info_get() 135 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
|
| D | txe_thread_info_get.c | 86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 112 … status = _tx_thread_info_get(thread_ptr, name, state, run_count, priority, preemption_threshold, in _txe_thread_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_thread_info_get.c | 79 …CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption_threshold, ULONG *tim… in _txe_thread_info_get() argument 88 extra_parameters[3] = (ALIGN_TYPE) preemption_threshold; in _txe_thread_info_get()
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1739 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1775 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1797 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1766 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1802 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|