Searched refs:susp_thread_ptr (Results 1 – 2 of 2) sorted by relevance
88 TX_THREAD *susp_thread_ptr; in _tx_byte_release() local225 susp_thread_ptr = pool_ptr -> tx_byte_pool_suspension_list; in _tx_byte_release()228 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release()254 if (susp_thread_ptr == pool_ptr -> tx_byte_pool_suspension_list) in _tx_byte_release()258 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()284 … next_thread = susp_thread_ptr -> tx_thread_suspended_next; in _tx_byte_release()288 … previous_thread = susp_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_release()296 susp_thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_release()300 …suspend_info_ptr = TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(susp_thread_ptr -> tx_thread_additi… in _tx_byte_release()307 susp_thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_byte_release()[all …]