Searched refs:my_thread (Results 1 – 2 of 2) sorted by relevance
83 UX_THREAD *my_thread; in _ux_utility_thread_schedule_other() local88 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()
82 UX_THREAD *my_thread; in _ux_utility_semaphore_get() local93 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()