Lines Matching refs:pool_ptr
85 TX_BYTE_POOL *pool_ptr; in _tx_byte_pool_cleanup() local
105 … pool_ptr = TX_VOID_TO_BYTE_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_byte_pool_cleanup()
108 if (pool_ptr != TX_NULL) in _tx_byte_pool_cleanup()
112 if (pool_ptr -> tx_byte_pool_id == TX_BYTE_POOL_ID) in _tx_byte_pool_cleanup()
116 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
121 … pool_ptr = TX_VOID_TO_BYTE_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_byte_pool_cleanup()
128 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_pool_cleanup()
131 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_cleanup()
142 pool_ptr -> tx_byte_pool_suspension_list = TX_NULL; in _tx_byte_pool_cleanup()
156 if (pool_ptr -> tx_byte_pool_suspension_list == thread_ptr) in _tx_byte_pool_cleanup()
160 pool_ptr -> tx_byte_pool_suspension_list = next_thread; in _tx_byte_pool_cleanup()
178 pool_ptr -> tx_byte_pool_performance_timeout_count++; in _tx_byte_pool_cleanup()