Lines Matching refs:previous_thread
378 TX_THREAD *previous_thread; in _tx_semaphore_get() local
476 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
477 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
478 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
724 TX_THREAD *previous_thread; in _tx_thread_create() local
886 previous_thread = next_thread -> tx_thread_created_previous; in _tx_thread_create()
890 previous_thread -> tx_thread_created_next = thread_ptr; in _tx_thread_create()
893 thread_ptr -> tx_thread_created_previous = previous_thread; in _tx_thread_create()
1034 TX_THREAD *previous_thread; in _tx_mutex_get() local
1212 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
1213 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_get()
1214 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_mutex_get()
1776 TX_THREAD *previous_thread; in _tx_mutex_put() local
2173 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_mutex_put()
2174 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_put()
2175 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_put()