Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsys.h224 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/lib/liblwip/src/arch/
Dsys_arch.c128 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/
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