Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c90 UX_THREAD *suspended_thread; in _ux_utility_semaphore_get() local
98 &time_slice, &next_thread,&suspended_thread); in _ux_utility_semaphore_get()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c1777 TX_THREAD *suspended_thread; in _tx_mutex_put() local
2217 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
2218 if (suspended_thread != TX_NULL) in _tx_mutex_put()
2222 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
2281 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
2282 if (suspended_thread != TX_NULL) in _tx_mutex_put()
2286 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()