Home
last modified time | relevance | path

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

/third_party/lwip/src/core/distributed_net/
Ddistributed_net.c76 sys_mutex_unlock(&g_mutex); in set_distributed_net_socket()
86 sys_mutex_unlock(&g_mutex); in reset_distributed_net_socket()
94 sys_mutex_unlock(&g_mutex); in get_local_tcp_server_port()
102 sys_mutex_unlock(&g_mutex); in get_local_udp_server_port()
110 sys_mutex_unlock(&g_mutex); in is_distributed_net_enabled()
135 sys_mutex_unlock(&g_mutex); in enable_distributed_net()
153 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/libcoap/include/coap3/
Dcoap_mutex_internal.h72 #define coap_mutex_unlock(a) sys_mutex_unlock(a)
94 #define coap_mutex_unlock(a) sys_mutex_unlock(a)
/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
/third_party/lwip/
D0002-adapt-lstack.patch1864 +void sys_mutex_unlock(struct sys_mutex **mutex)