| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_create.c | 98 … 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() 154 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create() 176 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create() 185 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create() 269 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create() 272 …REATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size, TX_TRACE_THREAD… in _tx_thread_create()
|
| D | txe_thread_create.c | 92 VOID *stack_start, ULONG stack_size, in _txe_thread_create() argument 144 work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (stack_size - ((ULONG) 1))); in _txe_thread_create() 238 else if (stack_size < ((ULONG) TX_MINIMUM_STACK)) in _txe_thread_create() 306 stack_start, stack_size, priority, preempt_threshold, in _txe_thread_create()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_create.c | 100 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument 132 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create() 140 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create() 151 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create() 169 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create() 198 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create() 283 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create() 286 …REATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size, TX_TRACE_THREAD… in _tx_thread_create()
|
| D | txe_thread_create.c | 92 VOID *stack_start, ULONG stack_size, in _txe_thread_create() argument 144 work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (stack_size - ((ULONG) 1))); in _txe_thread_create() 238 else if (stack_size < ((ULONG) TX_MINIMUM_STACK)) in _txe_thread_create() 306 stack_start, stack_size, priority, preempt_threshold, in _txe_thread_create()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 108 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _txm_module_manager_thread_create() argument 158 stack_end = (VOID *) (((UCHAR *) ((VOID *) stack_start)) + (stack_size - 1)); in _txm_module_manager_thread_create() 219 if (stack_size < TX_MINIMUM_STACK) in _txm_module_manager_thread_create() 296 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _txm_module_manager_thread_create() 304 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _txm_module_manager_thread_create() 315 stack_size = stack_size - (sizeof(ULONG)); in _txm_module_manager_thread_create() 324 stack_size = stack_size - (sizeof(TXM_MODULE_THREAD_ENTRY_INFO) + (3*sizeof(ULONG))); in _txm_module_manager_thread_create() 361 thread_ptr -> tx_thread_module_stack_size = stack_size; in _txm_module_manager_thread_create() 369 thread_ptr -> tx_thread_stack_size = stack_size; in _txm_module_manager_thread_create() 400 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _txm_module_manager_thread_create() [all …]
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_create.c | 173 pthread_ptr->stack_size = current_thread_ptr->stack_size ; in pthread_create() 213 pthread_ptr->stack_size = attr->stack_size ; in pthread_create() 214 status = posix_memory_allocate( pthread_ptr->stack_size, &(pthread_ptr->stack_address)); in pthread_create() 238 pthread_ptr->stack_size, in pthread_create()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/ac6/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/gnu/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/iar/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/gnu/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/iar/module_lib/src/ |
| D | txm_thread_secure_stack_allocate.c | 67 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 73 …tcher)(TXM_THREAD_SECURE_STACK_ALLOCATE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) stack_size, 0); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m23/ac6/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m23/gnu/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m23/iar/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/ac6/module_manager/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/gnu/module_manager/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/iar/module_manager/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m85/ac6/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m85/gnu/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m85/iar/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/module_manager/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m55/ac6/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m55/gnu/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|
| /ThreadX-v6.3.0/ports/cortex_m55/iar/src/ |
| D | txe_thread_secure_stack_allocate.c | 74 UINT _txe_thread_secure_stack_allocate(TX_THREAD *thread_ptr, ULONG stack_size) in _txe_thread_secure_stack_allocate() argument 113 status = _tx_thread_secure_stack_allocate(thread_ptr, stack_size); in _txe_thread_secure_stack_allocate()
|