Home
last modified time | relevance | path

Searched refs:_tx_thread_preemption_change (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_preemption_change.c125 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
Dtx_thread_preemption_change.c77 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
/ThreadX-v6.4.1/common/src/
Dtxe_thread_preemption_change.c125 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
Dtx_thread_preemption_change.c76 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_preemption_change_test.c307 status = _tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_0_entry()
Dtestcontrol.c685 _tx_thread_preemption_change(&init_test_thread, 10, &old_preemption); in tx_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_preemption_change_test.c317 status = _tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_0_entry()
Dtestcontrol.c596 status += _tx_thread_preemption_change(&test_thread8, 17, &old_preemption); in tx_application_define()
805 _tx_thread_preemption_change(&init_test_thread, 10, &old_preemption); in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1277 #define tx_thread_preemption_change _tx_thread_preemption_change
1795 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1197 #define tx_thread_preemption_change _tx_thread_preemption_change
1768 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,