Home
last modified time | relevance | path

Searched refs:my_thread (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_thread_schedule_other.c83 UX_THREAD *my_thread; in _ux_utility_thread_schedule_other() local
88 my_thread = tx_thread_identify(); in _ux_utility_thread_schedule_other()
91 …status = tx_thread_priority_change(my_thread, _ux_system -> ux_system_thread_lowest_priority, &ol… in _ux_utility_thread_schedule_other()
101 status = tx_thread_priority_change(my_thread, old_priority, &old_priority); in _ux_utility_thread_schedule_other()
Dux_utility_semaphore_get.c82 UX_THREAD *my_thread; in _ux_utility_semaphore_get() local
93 my_thread = tx_thread_identify(); in _ux_utility_semaphore_get()
96 tx_thread_info_get(my_thread, &name, &state, &run_count, in _ux_utility_semaphore_get()