Home
last modified time | relevance | path

Searched refs:_txe_thread_time_slice_change (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_time_slice_change.c70 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/
Dtxe_thread_time_slice_change.c76 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/
Dtxe_thread_time_slice_change.c76 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/
Dtx_api.h1531 #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/
Dtx_api.h1440 #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/
Dtxm_module_manager_dispatch.h2649 return_value = (ALIGN_TYPE) _txe_thread_time_slice_change( in _txm_module_manager_tx_thread_time_slice_change_dispatch()