Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 14 of 14) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_attr.c289 attr->stacksize = stack_size; in pthread_attr_setstacksize()
310 *stack_size = attr->stacksize; in pthread_attr_getstacksize()
386 attr->stacksize = RT_ALIGN_DOWN(stack_size, RT_ALIGN_SIZE); in pthread_attr_setstack()
420 *stack_size = attr->stacksize; in pthread_attr_getstack()
A Dpthread.c425 if (ptd->attr.stacksize == 0) in pthread_create()
463 stack = (void *)rt_malloc(ptd->attr.stacksize); in pthread_create()
478 stack, ptd->attr.stacksize, in pthread_create()
A Dpthread.h87 int stacksize; /* stack size of thread */ member
/components/libc/posix/libdl/
A Ddlelf.c265 rt_uint32_t stacksize; in dlmodule_load_shared_object() local
283stacksize = *(rt_uint32_t*)(module->mem_space + symtab[i].st_value - module->vstart_addr); in dlmodule_load_shared_object()
284 if ((stacksize < 2048) || (stacksize > 1024 * 32)) in dlmodule_load_shared_object()
286 module->stack_size = stacksize; in dlmodule_load_shared_object()
/components/net/lwip/lwip-2.1.2/test/unit/arch/
A Dsys_arch.c197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
202 LWIP_UNUSED_ARG(stacksize); in sys_thread_new()
/components/net/lwip/port/
A Dsys_arch.c507 int stacksize, in sys_thread_new() argument
515 t = rt_thread_create(name, thread, arg, stacksize, prio, 20); in sys_thread_new()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsys.h224 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsys.h420 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsys.h331 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt171 - sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int…
176 the "stacksize" parameter. The id of the new thread is returned. Both the id
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt204 - sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int…
209 the "stacksize" parameter. The id of the new thread is returned. Both the id
/components/drivers/usb/cherryusb/
A DKconfig402 prompt "Set hubport change thread stacksize"
A DKconfig.rtt421 prompt "Set hubport change thread stacksize"
A DKconfig.rttpkg420 prompt "Set hubport change thread stacksize"

Completed in 20 milliseconds