| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 246 struct rt_hw_exp_stack *stack; in arch_backtrace_uthread() local 250 stack = thread->user_ctx.ctx; in arch_backtrace_uthread() 251 if ((long)stack > (unsigned long)thread->stack_addr in arch_backtrace_uthread() 252 && (long)stack < (unsigned long)thread->stack_addr + thread->stack_size) in arch_backtrace_uthread() 254 frame.pc = stack->pc; in arch_backtrace_uthread() 255 frame.fp = stack->x29; in arch_backtrace_uthread()
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 340 struct rt_hw_stack_frame *stack; in arch_backtrace_uthread() local 344 stack = thread->user_ctx.ctx; in arch_backtrace_uthread() 345 if ((long)stack > (unsigned long)thread->stack_addr in arch_backtrace_uthread() 346 && (long)stack < (unsigned long)thread->stack_addr + thread->stack_size) in arch_backtrace_uthread() 348 frame.pc = stack->epc; in arch_backtrace_uthread() 349 frame.fp = stack->s0_fp; in arch_backtrace_uthread()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | init.h.cmake.in | 32 * This file is part of the lwIP TCP/IP stack. 52 /** X.x.x: Major version of the stack */ 54 /** x.X.x: Minor version of the stack */ 56 /** x.x.X: Revision of the stack */ 83 /** Provides the version of the stack */ 86 /** Provides the version of the stack as string */
|
| /components/drivers/sdio/ |
| A D | Kconfig | 8 int "The stack size for sdio irq thread" 16 int "The stack size for mmcsd thread"
|
| /components/mprotect/ |
| A D | Kconfig | 9 bool "Enable hardware stack guard" 25 …int "Maximum number of configurable memory regions for each thread, excluding stack guard and excl…
|
| A D | README.md | 132  144 /* release thread's stack */
|
| /components/lwp/ |
| A D | lwp_avl.c | 83 struct lwp_avl_struct **stack[avl_maxheight]; in lwp_avl_remove() local 85 struct lwp_avl_struct ***stack_ptr = &stack[0]; /* = &stack[stackcount] */ in lwp_avl_remove() 139 struct lwp_avl_struct **stack[avl_maxheight]; in lwp_avl_insert() local 141 struct lwp_avl_struct ***stack_ptr = &stack[0]; /* = &stack[stackcount] */ in lwp_avl_insert()
|
| /components/net/sal/ |
| A D | Kconfig | 17 bool "Docking with lwIP stack" 21 bool "Docking with AT commands stack"
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README | 50 lwIP has grown into an excellent TCP/IP stack for embedded devices, 51 and developers using the stack often submit bug fixes, improvements, 52 and additions to the stack to further increase its usefulness. 60 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
|
| A D | FILES | 1 src/ - The source code for the lwIP TCP/IP stack.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README | 37 lwIP has grown into an excellent TCP/IP stack for embedded devices, 38 and developers using the stack often submit bug fixes, improvements, 39 and additions to the stack to further increase its usefulness. 47 The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and
|
| A D | FILES | 1 src/ - The source code for the lwIP TCP/IP stack.
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | FILES | 25 ppp/ Point-to-Point Protocol stack 26 The PPP stack has been ported from ucip (http://ucip.sourceforge.net).
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | README | 56 lwIP has grown into an excellent TCP/IP stack for embedded devices, 57 and developers using the stack often submit bug fixes, improvements, 58 and additions to the stack to further increase its usefulness. 66 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
|
| A D | FILES | 1 src/ - The source code for the lwIP TCP/IP stack.
|
| /components/libc/posix/pthreads/ |
| A D | pthread.c | 393 void *stack; in pthread_create() local 463 stack = (void *)rt_malloc(ptd->attr.stacksize); in pthread_create() 467 stack = (void *)(ptd->attr.stackaddr); in pthread_create() 470 if (stack == RT_NULL) in pthread_create() 478 stack, ptd->attr.stacksize, in pthread_create()
|
| /components/utilities/ |
| A D | Kconfig | 125 int "The async output thread stack size." 129 int "The async output thread stack priority." 138 bool "Enable float number support. It will using more thread stack." 208 int "The utest thread stack size"
|
| /components/drivers/ipc/ |
| A D | Kconfig | 16 int "The stack size for system workqueue thread"
|
| /components/finsh/ |
| A D | SConscript | 15 … ' -Wstack-usage=' + str(GetConfigValue('FINSH_THREAD_STACK_SIZE')) # check finsh thread stack size
|
| /components/drivers/rtc/ |
| A D | Kconfig | 12 int "stack size for alarm thread"
|
| /components/net/lwip/lwip-1.4.1/src/ |
| A D | FILES | 4 core/ - The core of the TPC/IP stack; protocol implementations,
|
| /components/net/lwip/lwip-2.0.3/src/ |
| A D | FILES | 7 core/ - The core of the TPC/IP stack; protocol implementations,
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | FILES | 7 core/ - The core of the TPC/IP stack; protocol implementations,
|