Searched refs:previous_thread (Results 1 – 1 of 1) sorted by relevance
378 TX_THREAD *previous_thread; in _tx_semaphore_get() local476 … 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() local886 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() local1212 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()[all …]