Searched refs:sys_thread_t (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_a/net/lwip-2.1/porting/include/arch/ |
H A D | sys_arch.h | 70 typedef uint32_t sys_thread_t; typedef
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/arch/ |
H A D | sys_arch.h | 64 typedef uint32_t sys_thread_t;
typedef
|
/kernel/uniproton/src/net/lwip-2.1/include/arch/ |
H A D | sys_arch.h | 43 typedef sys_sem_t sys_thread_t;
typedef
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sys_arch.c | 55 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio) in sys_thread_new()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | sys_arch.c | 57 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio)
in sys_thread_new()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sys_arch.c | 42 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio)
in sys_thread_new()
|
Completed in 6 milliseconds