Searched refs:stacksize (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | sys.h | 224 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 128 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument 134 LWIP_UNUSED_ARG(stacksize); in sys_thread_new()
|
| /lib/liblwip/doc/ |
| 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
|