Lines Matching refs:pool_ptr
85 TX_BLOCK_POOL *pool_ptr; in _tx_block_pool_cleanup() local
105 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
108 if (pool_ptr != TX_NULL) in _tx_block_pool_cleanup()
112 if (pool_ptr -> tx_block_pool_id == TX_BLOCK_POOL_ID) in _tx_block_pool_cleanup()
116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
121 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
130 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
133 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
144 pool_ptr -> tx_block_pool_suspension_list = TX_NULL; in _tx_block_pool_cleanup()
158 if (pool_ptr -> tx_block_pool_suspension_list == thread_ptr) in _tx_block_pool_cleanup()
162 pool_ptr -> tx_block_pool_suspension_list = next_thread; in _tx_block_pool_cleanup()
180 pool_ptr -> tx_block_pool_performance_timeout_count++; in _tx_block_pool_cleanup()