Searched defs:sys_thread_new (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsys.h60 #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 Dsys.h71 #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 Dsys_arch.c384 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 Dsys_arch.c506 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 Dlwipopts.h236 #define sys_thread_new lwip_sys_thread_new macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h144 #define sys_thread_new lwip_sys_thread_new macro

Completed in 53 milliseconds