Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_analyze.c78 ULONG *stack_lowest; in _tx_thread_stack_analyze() local
95 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
98 if (stack_lowest != TX_NULL) in _tx_thread_stack_analyze()
117 … size = (ULONG) (TX_ULONG_POINTER_DIF(stack_highest, stack_lowest))/((ULONG) 2); in _tx_thread_stack_analyze()
118 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
131 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()
/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_analyze.c78 ULONG *stack_lowest; in _tx_thread_stack_analyze() local
95 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()
98 if (stack_lowest != TX_NULL) in _tx_thread_stack_analyze()
117 … size = (ULONG) (TX_ULONG_POINTER_DIF(stack_highest, stack_lowest))/((ULONG) 2); in _tx_thread_stack_analyze()
118 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
131 stack_lowest = stack_ptr; in _tx_thread_stack_analyze()