Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_thread_create.c87 VOID *stack_start, ULONG stack_size, in _ux_utility_thread_create() argument
97 stack_start,stack_size, priority,preempt_threshold,time_slice,auto_start); in _ux_utility_thread_create()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h122 VOID *stack_start, ULONG stack_size,
212 #define _ux_system_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
213 #define _ux_system_thread_create_norc(t,name,entry,entry_param,stack,stack_size,priority,preempt_th… argument
250 #define _ux_device_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
300 #define _ux_host_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold… argument
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c717 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument
770 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create()
778 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create()
789 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create()
807 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create()
808 …hread_stack_end = (VOID *) (TX_UCHAR_POINTER_ADD(stack_start, (stack_size - ((ULONG) 1)))); in _tx_thread_create()
817 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create()
901 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create()
904 …REATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size, TX_TRACE_THREAD… in _tx_thread_create()