Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_analyze.c79 ULONG *stack_highest; in _tx_thread_stack_analyze() local
102stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
105 if (stack_highest != 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()
125 stack_highest = stack_ptr; in _tx_thread_stack_analyze()
/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_analyze.c79 ULONG *stack_highest; in _tx_thread_stack_analyze() local
102stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
105 if (stack_highest != 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()
125 stack_highest = stack_ptr; in _tx_thread_stack_analyze()