Home
last modified time | relevance | path

Searched refs:highest_stack (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_misra.c275 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack) in _tx_misra_thread_stack_check() argument
283 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()
/ThreadX-v6.3.0/common_smp/src/
Dtx_misra.c273 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack) in _tx_misra_thread_stack_check() argument
281 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()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1937 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1944 VOID _tx_misra_thread_stack_check(TX_THREAD *thread_ptr, VOID **highest_stack);