Home
last modified time | relevance | path

Searched refs:stack_lowest (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_analyze.c79 ULONG *stack_lowest; in _tx_thread_stack_analyze() local
96 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
99 if (stack_lowest != TX_NULL) in _tx_thread_stack_analyze()
118 … size = (ULONG) (TX_ULONG_POINTER_DIF(stack_highest, stack_lowest))/((ULONG) 2); in _tx_thread_stack_analyze()
119 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
132 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_analyze.c79 ULONG *stack_lowest; in _tx_thread_stack_analyze() local
96 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
99 if (stack_lowest != TX_NULL) in _tx_thread_stack_analyze()
118 … size = (ULONG) (TX_ULONG_POINTER_DIF(stack_highest, stack_lowest))/((ULONG) 2); in _tx_thread_stack_analyze()
119 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
132 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()