Searched refs:NO_SYS (Results 1 – 22 of 22) sorted by relevance
39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))44 #if !NO_SYS87 #if NO_SYS
59 #if NO_SYS==074 #if (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) /* LWIP_TIMERS */
67 #ifndef NO_SYS68 #define NO_SYS 0 macro1192 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)1599 #define SYS_STATS (NO_SYS == 0)
65 #define NO_SYS 0 macro
37 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
130 #if NO_SYS && PBUF_POOL_FREE_OOSEQ
41 #if NO_SYS
130 #if (LWIP_NETIF_API && (NO_SYS==1))133 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))293 #if !NO_SYS in lwip_init()
46 #if !NO_SYS
65 #if NO_SYS245 #if NO_SYS in sys_timeouts_init()349 #if NO_SYS
91 #if !NO_SYS114 #if !NO_SYS138 #if !NO_SYS
194 #if !NO_SYS
114 #if NO_SYS in netif_init()
36 #define NO_SYS 1 macro
44 #define SLIP_USE_RX_THREAD !NO_SYS
51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you52 still want to use your own timer implementation for NO_SYS==0 (as before).130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
287 for NO_SYS==1: when not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ()307 * mem.c: fixed bug #33544 "warning in mem.c in lwip 1.4.0 with NO_SYS=1"688 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading942 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too1096 Fixes bug #27338: sys_stats is defined when NO_SYS = 11144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=12445 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in 2481 (single-thread / NO_SYS / polling environment where e.g.
41 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
64 #if !NO_SYS
45 called from multiple threads (not ISR!) with NO_SYS=0382 Not of much use since we set the NO_SYS 1 option in lwipopts.h,
207 timestamps, internal timeouts for NO_SYS==1).
125 #define PPP_INPROC_MULTITHREADED (NO_SYS==0)