Searched refs:sys_thread_new (Results 1 – 8 of 8) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | sys.h | 71 #define sys_thread_new(n,t,a,s,p) macro 224 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 114 sys_thread_new("ethernetif_thread", ethernetif_thread, netif, in low_level_init()
|
| 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() function
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 368 sys_thread_new(SLIPIF_THREAD_NAME, slipif_loop_thread, netif, in slipif_init()
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 470 sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL, TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); in tcpip_init()
|
| /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…
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 585 …sys_thread_new(PPP_THREAD_NAME, pppInputThread, (void*)&pc->rx, PPP_THREAD_STACKSIZE, PPP_THREAD_P… in pppOverSerialOpen()
|
| /lib/liblwip/ |
| D | CHANGELOG | 1734 for sys_thread_new (see "task #7252 : Create sys_thread_new_ex()"). Two new
|