Searched refs:_tx_thread_preemption_change (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_thread_preemption_change.c | 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 78 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
|
| /ThreadX-v6.2.1/common/src/ |
| D | txe_thread_preemption_change.c | 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 77 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1258 #define tx_thread_preemption_change _tx_thread_preemption_change 1776 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1178 #define tx_thread_preemption_change _tx_thread_preemption_change 1749 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|