Home
last modified time | relevance | path

Searched refs:new_threshold (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c1427 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument
1439 UX_TEST_OVERRIDE_TX_THREAD_PREEMPTION_CHANGE_PARAMS params = { thread_ptr, new_threshold }; in _tx_thread_preemption_change()
1454 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change()
1458 if (new_threshold != ((UINT) 0)) in _tx_thread_preemption_change()
1463 new_threshold = ((UINT) 0); in _tx_thread_preemption_change()
1472 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_PREEMPTION_CHANGE, thread_ptr, new_threshold, thread_ptr -… in _tx_thread_preemption_change()
1478 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
1490 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
1527 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change()
1530 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change()
[all …]
Dux_test.h200 UINT new_threshold; member
358 UINT new_threshold; member
Dux_test.c1075 this->new_threshold != thread_preemption_change_params->new_threshold) in ux_test_action_handler_check()
Dusbx_storage_tests.c1191 action.new_threshold = preemption_change_param_new_threshold; in create_disconnect_on_thread_preemption_change()