Lines Matching refs:stack_ptr
77 ULONG *stack_ptr; in _tx_thread_stack_analyze() local
118 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
121 if (*stack_ptr != TX_STACK_FILL) in _tx_thread_stack_analyze()
125 stack_highest = stack_ptr; in _tx_thread_stack_analyze()
131 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()
137 while (*stack_ptr == TX_STACK_FILL) in _tx_thread_stack_analyze()
141 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
157 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()
161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
165 if (*stack_ptr != TX_STACK_FILL) in _tx_thread_stack_analyze()
169 thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr; in _tx_thread_stack_analyze()