LWIP_TCPIP_CORE_LOCKING_INPUT is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPLWIP_TCPIP_CORE_LOCKING_INPUT

LWIP_TCPIP_CORE_LOCKING_INPUT macro

LWIP_TCPIP_CORE_LOCKING_INPUT: when LWIP_TCPIP_CORE_LOCKING is enabled, this lets tcpip_input() grab the mutex for input packets as well, instead of allocating a message and passing it to tcpip_thread. ATTENTION: this does not work when tcpip_input() is called from interrupt context!

Syntax

#define LWIP_TCPIP_CORE_LOCKING_INPUT 0

References

LocationText
opt.h:202
#define LWIP_TCPIP_CORE_LOCKING_INPUT 0
init.c:226
#if LWIP_TCPIP_CORE_LOCKING_INPUT && !LWIP_TCPIP_CORE_LOCKING
memp_std.h:88
#if !LWIP_TCPIP_CORE_LOCKING_INPUT
tcpip.c:171
#if !LWIP_TCPIP_CORE_LOCKING_INPUT
tcpip.c:242
#if LWIP_TCPIP_CORE_LOCKING_INPUT
tcpip_priv.h:118
#if !LWIP_TCPIP_CORE_LOCKING_INPUT
tcpip_priv.h:143
#if !LWIP_TCPIP_CORE_LOCKING_INPUT