/ThreadX-v6.2.1/common/src/ |
D | tx_thread_create.c | 94 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument 116 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create() 124 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create() 139 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create() 161 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create() 170 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create() 254 …ACE_OBJECT_TYPE_THREAD, thread_ptr, name_ptr, TX_POINTER_TO_ULONG_CONVERT(stack_start), stack_size) in _tx_thread_create() 257 …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.2.1/common_smp/src/ |
D | tx_thread_create.c | 96 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument 117 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _tx_thread_create() 125 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _tx_thread_create() 136 stack_size = stack_size - (sizeof(ULONG)); in _tx_thread_create() 154 thread_ptr -> tx_thread_stack_size = stack_size; in _tx_thread_create() 183 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()
|
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.2.1/common_modules/module_manager/src/ |
D | txm_module_manager_thread_create.c | 102 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _txm_module_manager_thread_create() argument 152 stack_end = (VOID *) (((UCHAR *) ((VOID *) stack_start)) + (stack_size - 1)); in _txm_module_manager_thread_create() 213 if (stack_size < TX_MINIMUM_STACK) in _txm_module_manager_thread_create() 279 TX_MEMSET(stack_start, ((UCHAR) TX_STACK_FILL), stack_size); in _txm_module_manager_thread_create() 287 stack_size = ((stack_size/(sizeof(ULONG))) * (sizeof(ULONG))) - (sizeof(ULONG)); in _txm_module_manager_thread_create() 298 stack_size = stack_size - (sizeof(ULONG)); in _txm_module_manager_thread_create() 307 stack_size = stack_size - (sizeof(TXM_MODULE_THREAD_ENTRY_INFO) + (3*sizeof(ULONG))); in _txm_module_manager_thread_create() 344 thread_ptr -> tx_thread_module_stack_size = stack_size; in _txm_module_manager_thread_create() 352 thread_ptr -> tx_thread_stack_size = stack_size; in _txm_module_manager_thread_create() 383 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _txm_module_manager_thread_create() [all …]
|
/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/ports_module/cortex_m23/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.2.1/ports_module/cortex_m23/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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()
|