Searched refs:tx_thread_stack_highest_ptr (Results 1 – 13 of 13) sorted by relevance
103 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()162 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()170 thread_ptr -> tx_thread_stack_highest_ptr = stack_ptr; in _tx_thread_stack_analyze()
244 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _tx_thread_create()
230 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _tx_thread_create()
231 …read_ptr) -> tx_thread_stack_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr)) \233 …(thread_ptr) -> tx_thread_stack_highest_ptr = (thread_ptr) -> tx_thread_stack_ptr; …237 …(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_st…243 …if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) …
600 VOID *tx_thread_stack_highest_ptr; /* Stack highest usage pointer */ member1992 …K(a) _tx_misra_thread_stack_check((a), &((a)->tx_thread_stack_highest_ptr));
189 fake_thread.tx_thread_stack_highest_ptr = TX_NULL; in thread_1_entry()
974 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()
1100 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()
81 …read_ptr) -> tx_thread_stack_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr)) \83 …(thread_ptr) -> tx_thread_stack_highest_ptr = (thread_ptr) -> tx_thread_stack_ptr; …87 …(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) < ((ULONG *) (thread_ptr) -> tx_thread_st…93 …if (*(((ULONG *) (thread_ptr) -> tx_thread_stack_highest_ptr) - 1) != TX_STACK_FILL) …
632 VOID *tx_thread_stack_highest_ptr; /* Stack highest usage pointer */ member1985 …K(a) _tx_misra_thread_stack_check((a), &((a)->tx_thread_stack_highest_ptr));
487 thread_ptr -> tx_thread_stack_highest_ptr = thread_ptr -> tx_thread_stack_ptr; in _txm_module_manager_thread_create()