Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_race_condition_overrides.c18 UINT old_threshold; in _ux_host_stack_transfer_request() local
38 tx_thread_preemption_change(this_thread, 0, &old_threshold); in _ux_host_stack_transfer_request()
54 tx_thread_preemption_change(this_thread, old_threshold, &old_threshold); in _ux_host_stack_transfer_request()
Dux_test_dcd_sim_slave.c34 UINT old_threshold; in ux_test_dcd_sim_slave_disconnect() local
43 tx_thread_preemption_change(tx_thread_identify(), 0, &old_threshold); in ux_test_dcd_sim_slave_disconnect()
51 tx_thread_preemption_change(tx_thread_identify(), old_threshold, &old_threshold); in ux_test_dcd_sim_slave_disconnect()
Dusbx_storage_tests.c627 UINT old_threshold; in _ux_hcd_sim_host_entry_bo_to_cbi() local
646 tx_thread_priority_change(tx_thread_identify(), 0, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cbi()
655 tx_thread_priority_change(tx_thread_identify(), old_threshold, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cbi()
692 tx_thread_priority_change(tx_thread_identify(), 0, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cbi()
701 tx_thread_priority_change(tx_thread_identify(), old_threshold, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cbi()
830 UINT old_threshold; in _ux_hcd_sim_host_entry_bo_to_cb() local
848 tx_thread_priority_change(tx_thread_identify(), 0, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cb()
857 tx_thread_priority_change(tx_thread_identify(), old_threshold, &old_threshold); in _ux_hcd_sim_host_entry_bo_to_cb()
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
1524 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()