Searched refs:suspended_thread (Results 1 – 2 of 2) sorted by relevance
90 UX_THREAD *suspended_thread; in _ux_utility_semaphore_get() local98 &time_slice, &next_thread,&suspended_thread); in _ux_utility_semaphore_get()
1777 TX_THREAD *suspended_thread; in _tx_mutex_put() local2217 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()