Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 64) sorted by relevance

123

/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c246 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 Dlwp_arch.c340 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 Dinit.h.cmake.in32 * 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 DKconfig8 int "The stack size for sdio irq thread"
16 int "The stack size for mmcsd thread"
/components/mprotect/
A DKconfig9 bool "Enable hardware stack guard"
25 …int "Maximum number of configurable memory regions for each thread, excluding stack guard and excl…
A DREADME.md132 ![stack guard](image/stack_guard.png)
144 /* release thread's stack */
/components/lwp/
A Dlwp_avl.c83 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 DKconfig17 bool "Docking with lwIP stack"
21 bool "Docking with AT commands stack"
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_opts.h79 #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 Dsnmp_opts.h79 #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 DREADME50 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 DFILES1 src/ - The source code for the lwIP TCP/IP stack.
/components/net/lwip/lwip-1.4.1/
A DREADME37 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 DFILES1 src/ - The source code for the lwIP TCP/IP stack.
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES25 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 DREADME56 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 DFILES1 src/ - The source code for the lwIP TCP/IP stack.
/components/libc/posix/pthreads/
A Dpthread.c393 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 DKconfig125 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 DKconfig16 int "The stack size for system workqueue thread"
/components/finsh/
A DSConscript15 … ' -Wstack-usage=' + str(GetConfigValue('FINSH_THREAD_STACK_SIZE')) # check finsh thread stack size
/components/drivers/rtc/
A DKconfig12 int "stack size for alarm thread"
/components/net/lwip/lwip-1.4.1/src/
A DFILES4 core/ - The core of the TPC/IP stack; protocol implementations,
/components/net/lwip/lwip-2.0.3/src/
A DFILES7 core/ - The core of the TPC/IP stack; protocol implementations,
/components/net/lwip/lwip-2.1.2/src/
A DFILES7 core/ - The core of the TPC/IP stack; protocol implementations,

Completed in 24 milliseconds

123