Searched defs:sys_thread_new (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | sys.h | 60 #define sys_thread_new(t,a,p) macro 127 sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg, int prio);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | sys.h | 71 #define sys_thread_new(n,t,a,s,p) macro 223 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/ |
H A D | sys_arch.c | 384 sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg, int prio) function
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/ |
H A D | sys_arch.c | 506 sys_thread_t sys_thread_new(const char*name, lwip_thread_fn thread, void *arg, int stacksize, int prio) function
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 236 #define sys_thread_new lwip_sys_thread_new macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 144 #define sys_thread_new lwip_sys_thread_new macro
|
Completed in 53 milliseconds