Home
last modified time | relevance | path

Searched refs:ux_system_thread_lowest_priority (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c101 if (priority > _ux_system -> ux_system_thread_lowest_priority) in _ux_utility_semaphore_get()
105 _ux_system -> ux_system_thread_lowest_priority = priority; in _ux_utility_semaphore_get()
Dux_utility_thread_schedule_other.c91 …status = tx_thread_priority_change(my_thread, _ux_system -> ux_system_thread_lowest_priority, &ol… in _ux_utility_thread_schedule_other()
/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_thread_schedule_other_test.c351 priority = _ux_system->ux_system_thread_lowest_priority; in ux_test_thread_simulation_0_entry()
352 _ux_system->ux_system_thread_lowest_priority = TX_MAX_PRIORITIES; in ux_test_thread_simulation_0_entry()
360 _ux_system->ux_system_thread_lowest_priority = priority; in ux_test_thread_simulation_0_entry()
Dusbx_host_class_storage_max_lun_get_coverage_test.c34 _ux_system->ux_system_thread_lowest_priority = 10; in test_application_define()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2533 UINT ux_system_thread_lowest_priority; member