Home
last modified time | relevance | path

Searched refs:time_slices (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_performance_system_info_get.c102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
159 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
162 *time_slices = _tx_thread_performance_time_slice_count; in _tx_thread_performance_system_info_get()
242 else if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
177 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
180 *time_slices = thread_ptr -> tx_thread_performance_time_slice_count; in _tx_thread_performance_info_get()
258 else if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_thread_performance_system_info_get.c102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
159 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
162 *time_slices = _tx_thread_performance_time_slice_count; in _tx_thread_performance_system_info_get()
242 else if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
177 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
180 *time_slices = thread_ptr -> tx_thread_performance_time_slice_count; in _tx_thread_performance_info_get()
258 else if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c92 …ions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *time_slices, ULONG *relinqu… in _tx_thread_performance_info_get() argument
102 extra_parameters[4] = (ALIGN_TYPE) time_slices; in _tx_thread_performance_info_get()
Dtxm_thread_performance_system_info_get.c92 …ions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *time_slices, ULONG *relinqu… in _tx_thread_performance_system_info_get() argument
101 extra_parameters[3] = (ALIGN_TYPE) time_slices; in _tx_thread_performance_system_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1771 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1774 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1744 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1747 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,