Searched refs:_tx_thread_time_slice_change (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common/src/ |
| D | txe_thread_time_slice_change.c | 118 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
|
| D | tx_thread_time_slice_change.c | 78 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() function
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_thread_time_slice_change.c | 118 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
|
| D | tx_thread_time_slice_change.c | 77 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() function
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1267 #define tx_thread_time_slice_change _tx_thread_time_slice_change 1787 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1187 #define tx_thread_time_slice_change _tx_thread_time_slice_change 1760 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
|