Searched refs:_tx_thread_preemption_change (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | txe_thread_preemption_change.c | 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 77 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_thread_preemption_change.c | 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 78 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() function
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_preemption_change_test.c | 307 status = _tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_0_entry()
|
| D | testcontrol.c | 685 _tx_thread_preemption_change(&init_test_thread, 10, &old_preemption); in tx_application_define()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_preemption_change_test.c | 317 status = _tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_0_entry()
|
| D | testcontrol.c | 596 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.3.0/common_smp/inc/ |
| D | tx_api.h | 1272 #define tx_thread_preemption_change _tx_thread_preemption_change 1790 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1192 #define tx_thread_preemption_change _tx_thread_preemption_change 1763 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|