Searched refs:sys_thread_t (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/test/sockets/ |
D | sockets_stresstest.c | 457 sys_thread_t t; in sockets_stresstest_conn_client() 570 sys_thread_t t; in sockets_stresstest_start_clients() 611 sys_thread_t t; in sockets_stresstest_listener() 659 sys_thread_t t; in sockets_stresstest_init_loopback() 678 sys_thread_t t; in sockets_stresstest_init_server()
|
/third_party/lwip/test/unit/arch/ |
D | sys_arch.h | 54 typedef u32_t sys_thread_t; typedef
|
D | sys_arch.c | 196 sys_thread_t
|
/third_party/lwip/src/include/lwip/ |
D | sys.h | 420 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
|
/third_party/lwip/ |
D | 0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch | 35 @@ -79,6 +79,7 @@ typedef struct sys_thread *sys_thread_t;
|
D | 0024-refactor-pkt-read-send-performance.patch | 181 typedef struct sys_thread *sys_thread_t;
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 1289 typedef struct sys_thread *sys_thread_t;
|
D | 0002-adapt-lstack.patch | 1749 +sys_thread_t sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, i… 3407 +typedef struct sys_thread *sys_thread_t;
|