Searched refs:last_preempted_by (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_performance_info_get.c | 102 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument 205 if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get() 208 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get() 282 else if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_performance_info_get.c | 102 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument 205 if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get() 208 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get() 282 else if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_thread_performance_info_get.c | 92 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument 106 extra_parameters[8] = (ALIGN_TYPE) last_preempted_by; in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1771 …e_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by);
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1744 …e_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by);
|