Home
last modified time | relevance | path

Searched refs:sys_mutex_unlock (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/core/distributed_net/
Ddistributed_net.c71 sys_mutex_unlock(&g_mutex); in set_distributed_net_socket()
81 sys_mutex_unlock(&g_mutex); in reset_distributed_net_socket()
89 sys_mutex_unlock(&g_mutex); in get_local_tcp_server_port()
97 sys_mutex_unlock(&g_mutex); in get_local_udp_server_port()
105 sys_mutex_unlock(&g_mutex); in is_distributed_net_enabled()
130 sys_mutex_unlock(&g_mutex); in enable_distributed_net()
148 sys_mutex_unlock(&g_mutex); in disable_distributed_net()
/third_party/lwip/src/include/lwip/
Dsys.h65 #define sys_mutex_unlock(mu) macro
116 #define sys_mutex_unlock(mutex) sys_sem_signal(mutex)
149 void sys_mutex_unlock(sys_mutex_t *mutex);
Dtcpip.h59 #define UNLOCK_TCPIP_CORE() sys_mutex_unlock(&lock_tcpip_core)
/third_party/lwip/src/core/
Dmem.c411 #define LWIP_MEM_FREE_UNPROTECT() sys_mutex_unlock(&mem_mutex)
952 sys_mutex_unlock(&mem_mutex); in mem_malloc()
973 sys_mutex_unlock(&mem_mutex); in mem_malloc()
/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c50 sys_mutex_unlock(&call_data->threadsync_node->instance->sem_usage_mutex); in call_synced_function()
/third_party/lwip/test/unit/arch/
Dsys_arch.c185 sys_mutex_unlock(sys_mutex_t *mutex) in sys_mutex_unlock() function