Searched refs:_txe_thread_time_slice_change (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_time_slice_change.c | 70 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _txe_thread_time_slice_change() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_thread_time_slice_change.c | 76 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sl… in _txe_thread_time_slice_change() function
|
/ThreadX-v6.4.1/common/src/ |
D | txe_thread_time_slice_change.c | 76 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sl… in _txe_thread_time_slice_change() function
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1531 #define tx_thread_time_slice_change _txe_thread_time_slice_change 1832 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1440 #define tx_thread_time_slice_change _txe_thread_time_slice_change 1805 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 2649 return_value = (ALIGN_TYPE) _txe_thread_time_slice_change( in _txm_module_manager_tx_thread_time_slice_change_dispatch()
|