Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_preemption_change.c71 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_preemption_change.c76 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() function
/ThreadX-v6.4.1/common/src/
Dtxe_thread_preemption_change.c76 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1522 #define tx_thread_preemption_change _txe_thread_preemption_change
1823 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1431 #define tx_thread_preemption_change _txe_thread_preemption_change
1796 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2401 return_value = (ALIGN_TYPE) _txe_thread_preemption_change( in _txm_module_manager_tx_thread_preemption_change_dispatch()