Home
last modified time | relevance | path

Searched refs:sys_thread (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/arch/
Dsys_arch.h55 struct sys_thread;
56 typedef struct sys_thread * sys_thread_t;
/lib/liblwip/src/arch/
Dsys_arch.c66 static struct sys_thread *threads = NULL;
91 struct sys_thread { struct
92 struct sys_thread *next; argument
109 static struct sys_thread * argument
112 struct sys_thread *thread; in introduce_thread()
114 thread = (struct sys_thread *)malloc(sizeof(struct sys_thread)); in introduce_thread()
132 struct sys_thread *st = NULL; in sys_thread_new()