Home
last modified time | relevance | path

Searched refs:tx_thread_stack_highest_ptr (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_analyze.c102 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
169 thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr; in _tx_thread_stack_analyze()
Dtx_thread_create.c229 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _tx_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_analyze.c102 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()
161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
169 thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr; in _tx_thread_stack_analyze()
Dtx_thread_create.c243 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _tx_thread_create()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h230 …read_ptr) -> tx_thread_stack_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr)) \
232 …(thread_ptr) -> tx_thread_stack_highest_ptr = (thread_ptr) -> tx_thread_stack_ptr; …
236 …(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_st…
242 …if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) …
Dtx_api.h605 VOID *tx_thread_stack_highest_ptr; /* Stack highest usage pointer */ member
1997 …K(a) _tx_misra_thread_stack_check((a), &((a)->tx_thread_stack_highest_ptr));
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_stack_checking_test.c189 fake_thread.tx_thread_stack_highest_ptr = TX_NULL; in thread_1_entry()
Dtestcontrol.c1100 test_thread2.tx_thread_stack_highest_ptr = test_thread2.tx_thread_stack_end; in tx_application_define()
1145 test_thread2.tx_thread_stack_highest_ptr = test_thread2.tx_thread_stack_end; in tx_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_stack_checking_test.c189 fake_thread.tx_thread_stack_highest_ptr = TX_NULL; in thread_1_entry()
Dtestcontrol.c974 test_thread2.tx_thread_stack_highest_ptr = test_thread2.tx_thread_stack_end; in tx_application_define()
1019 test_thread2.tx_thread_stack_highest_ptr = test_thread2.tx_thread_stack_end; in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h80 …read_ptr) -> tx_thread_stack_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr)) \
82 …(thread_ptr) -> tx_thread_stack_highest_ptr = (thread_ptr) -> tx_thread_stack_ptr; …
86 …(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_st…
92 …if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) …
Dtx_api.h637 VOID *tx_thread_stack_highest_ptr; /* Stack highest usage pointer */ member
1990 …K(a) _tx_misra_thread_stack_check((a), &((a)->tx_thread_stack_highest_ptr));
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c486 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _txm_module_manager_thread_create()