Home
last modified time | relevance | path

Searched refs:UNLOCK_TCPIP_CORE (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/api/
Dtcpip.c85 UNLOCK_TCPIP_CORE(); in tcpip_thread()
170 UNLOCK_TCPIP_CORE(); in tcpip_input()
338 UNLOCK_TCPIP_CORE(); in tcpip_apimsg_lock()
389 UNLOCK_TCPIP_CORE(); in tcpip_netifapi_lock()
Dapi_msg.c1335 UNLOCK_TCPIP_CORE();
Dsockets.c874 UNLOCK_TCPIP_CORE();
/external/syslinux/core/lwip/src/include/lwip/
Dtcpip.h61 #define UNLOCK_TCPIP_CORE() sys_mutex_unlock(&lock_tcpip_core) macro
68 #define UNLOCK_TCPIP_CORE()
/external/syslinux/core/lwip/src/core/
Dtimers.c456 UNLOCK_TCPIP_CORE(); in sys_timeouts_mbox_fetch()