Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c732 ULONG new_stack_start; in _tx_thread_create() local
781 new_stack_start = TX_POINTER_TO_ULONG_CONVERT(stack_start); in _tx_thread_create()
782 …updated_stack_start = ((((ULONG) new_stack_start) + ((sizeof(ULONG)) - ((ULONG) 1)) ) & (~((sizeo… in _tx_thread_create()
785 if (new_stack_start != updated_stack_start) in _tx_thread_create()