Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_analyze.c80 ULONG *stack_highest; in _tx_thread_stack_analyze() local
103stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
106 if (stack_highest != 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()
126 stack_highest = stack_ptr; in _tx_thread_stack_analyze()
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_analyze.c80 ULONG *stack_highest; in _tx_thread_stack_analyze() local
103stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
106 if (stack_highest != 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()
126 stack_highest = stack_ptr; in _tx_thread_stack_analyze()