Searched refs:stacksize (Results 1 – 14 of 14) sorted by relevance
| /components/libc/posix/pthreads/ |
| A D | pthread_attr.c | 289 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 D | pthread.c | 425 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 D | pthread.h | 87 int stacksize; /* stack size of thread */ member
|
| /components/libc/posix/libdl/ |
| A D | dlelf.c | 265 rt_uint32_t stacksize; in dlmodule_load_shared_object() local 283 … stacksize = *(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 D | sys_arch.c | 197 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 D | sys_arch.c | 507 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 D | sys.h | 224 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 D | sys.h | 420 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 D | sys.h | 331 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 D | sys_arch.txt | 171 - 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 D | sys_arch.txt | 204 - 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 D | Kconfig | 402 prompt "Set hubport change thread stacksize"
|
| A D | Kconfig.rtt | 421 prompt "Set hubport change thread stacksize"
|
| A D | Kconfig.rttpkg | 420 prompt "Set hubport change thread stacksize"
|
Completed in 20 milliseconds