Searched refs:NO_SYS (Results 1 – 16 of 16) sorted by relevance
39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))85 #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 macro1146 #define LWIP_NETIF_LOOPBACK_MULTITHREADING (!NO_SYS)1544 #define SYS_STATS (NO_SYS == 0)
37 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
41 #if NO_SYS
120 #if (LWIP_NETIF_API && (NO_SYS==1))123 #if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))267 #if !NO_SYS in lwip_init()
63 #if NO_SYS244 #if NO_SYS in sys_timeouts_init()348 #if NO_SYS
46 #if !NO_SYS
112 #if NO_SYS in netif_init()
87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || 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
389 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading643 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too797 Fixes bug #27338: sys_stats is defined when NO_SYS = 1845 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=12146 with NO_SYS=1". Note that igmp_init is always in tcpip_thread (and not in 2182 (single-thread / NO_SYS / polling environment where e.g.
256 #if !NO_SYS
41 #if !NO_SYS /* don't build if not configured for use in lwipopts.h */
45 called from multiple threads (not ISR!) with NO_SYS=0376 Not of much use since we set the NO_SYS 1 option in lwipopts.h,
125 #define PPP_INPROC_MULTITHREADED (NO_SYS==0)