Home
last modified time | relevance | path

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

12345

/ThreadX-v6.4.1/common/src/
Dtx_thread_create.c97 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument
130 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create()
138 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create()
153 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create()
175 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create()
184 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create()
268 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create()
271 …REATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size, TX_TRACE_THREAD… in _tx_thread_create()
Dtxe_thread_create.c91 VOID *stack_start, ULONG stack_size, in _txe_thread_create() argument
143 work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (stack_size - ((ULONG) 1))); in _txe_thread_create()
237 else if (stack_size < ((ULONG) TX_MINIMUM_STACK)) in _txe_thread_create()
305 stack_start, stack_size, priority, preempt_threshold, in _txe_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_create.c99 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument
131 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create()
139 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create()
150 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create()
168 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create()
197 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create()
282 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create()
285 …REATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size, TX_TRACE_THREAD… in _tx_thread_create()
Dtxe_thread_create.c91 VOID *stack_start, ULONG stack_size, in _txe_thread_create() argument
143 work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (stack_size - ((ULONG) 1))); in _txe_thread_create()
237 else if (stack_size < ((ULONG) TX_MINIMUM_STACK)) in _txe_thread_create()
305 stack_start, stack_size, priority, preempt_threshold, in _txe_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c107 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _txm_module_manager_thread_create() argument
157 stack_end = (VOID *) (((UCHAR *) ((VOID *) stack_start)) + (stack_size - 1)); in _txm_module_manager_thread_create()
218 if (stack_size < TX_MINIMUM_STACK) in _txm_module_manager_thread_create()
295 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _txm_module_manager_thread_create()
303 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _txm_module_manager_thread_create()
314 stack_size = stack_size - (sizeof(ULONG)); in _txm_module_manager_thread_create()
323 stack_size = stack_size - (sizeof(TXM_MODULE_THREAD_ENTRY_INFO) + (3*sizeof(ULONG))); in _txm_module_manager_thread_create()
360 thread_ptr -> tx_thread_module_stack_size = stack_size; in _txm_module_manager_thread_create()
368 thread_ptr -> tx_thread_stack_size = stack_size; in _txm_module_manager_thread_create()
399 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _txm_module_manager_thread_create()
[all …]
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c172 pthread_ptr->stack_size = current_thread_ptr->stack_size ; in pthread_create()
212 pthread_ptr->stack_size = attr->stack_size ; in pthread_create()
213 status = posix_memory_allocate( pthread_ptr->stack_size, &(pthread_ptr->stack_address)); in pthread_create()
237 pthread_ptr->stack_size, in pthread_create()
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_module/cortex_m23/gnu/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/module_lib/src/
Dtxm_thread_secure_stack_allocate.c66 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
72 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m23/ac6/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m23/gnu/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m23/iar/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m33/ac6/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m33/gnu/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m33/iar/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m85/iar/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m55/ac6/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m55/gnu/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m55/iar/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/gnu/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/iar/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
/ThreadX-v6.4.1/ports/cortex_m85/ac6/src/
Dtxe_thread_secure_stack_allocate.c73 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument
112 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()

12345