Searched refs:highest_stack (Results 1 – 4 of 4) sorted by relevance
275 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack) in _tx_misra_thread_stack_check() argument283 if (((ULONG *) (thread_ptr) -> tx_thread_stack_ptr) < ((ULONG *) *highest_stack)) in _tx_misra_thread_stack_check()285 *highest_stack = (thread_ptr) -> tx_thread_stack_ptr; in _tx_misra_thread_stack_check()289 (((ULONG *) *highest_stack) < ((ULONG *) (thread_ptr) -> tx_thread_stack_start))) in _tx_misra_thread_stack_check()295 if (*(((ULONG *) *highest_stack) - 1) != TX_STACK_FILL) in _tx_misra_thread_stack_check()
273 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack) in _tx_misra_thread_stack_check() argument281 if (((ULONG *) (thread_ptr) -> tx_thread_stack_ptr) < ((ULONG *) *highest_stack)) in _tx_misra_thread_stack_check()283 *highest_stack = (thread_ptr) -> tx_thread_stack_ptr; in _tx_misra_thread_stack_check()287 (((ULONG *) *highest_stack) < ((ULONG *) (thread_ptr) -> tx_thread_stack_start))) in _tx_misra_thread_stack_check()293 if (*(((ULONG *) *highest_stack) - 1) != TX_STACK_FILL) in _tx_misra_thread_stack_check()
1937 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack);
1944 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack);